Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Thunderclap Spark
Suicune

Suicune

Rare #18 Pokémon Basic HP 110
Types
Water
Illustrator
Anesaki Dynamic
Expansion
Thunderclap Spark · Sun & Moon
Language
Japanese
TCGplayer
572478

Attacks

Aurora Gain 70
Water · Colorless · Colorless

Heal 30 damage from this Pokémon.

GET /api/v1/pokemon/cards/sm7a_ja-18vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7a_ja-18vh",
    "name": "Suicune",
    "number": "18",
    "printed_number": "18",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/18vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/18vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/18vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7a_ja",
      "name": "Thunderclap Spark",
      "total": 73,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM7a",
      "printed_total": 60,
      "release_date": "2018/07/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Thunderclap Spark"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572478",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/18vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/18vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/18vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "hp": "110",
    "abilities": [
      {
        "name": "Frozen Flow",
        "text": "Once during your turn (before your attack), if this Pokémon is your Active Pokémon, you may have your opponent switch their Active Pokémon with 1 of their Benched Pokémon.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Aurora Gain",
        "text": "Heal 30 damage from this Pokémon.",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 3.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.09
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.5,
          "low": 15.5,
          "high": 16.81,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 11,
          "low": 9.35,
          "high": 12.65,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 69.74,
          "low": 65,
          "high": 72.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26.85,
          "low": 45,
          "high": 45,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:14:16.052Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4.39
      }
    }
  }
}