Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

← Inferno X
Suicune

Suicune

Rare #26 Pokémon Basic
Types
Water
Illustrator
Takeshi Nakamura
Expansion
Inferno X · Mega Evolution
Language
Japanese
TCGplayer
655805

Attacks

Crystal Fall
Water · Water

If you have at least 4 Water Energy in play, this attack does 90 more damage.

GET /api/v1/pokemon/cards/m2_ja-26vh?include=prices 200 75ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m2_ja-26vh",
    "name": "Suicune",
    "number": "26",
    "printed_number": "26",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/26vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/26vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/26vh.large.png"
      }
    ],
    "expansion": {
      "id": "m2_ja",
      "name": "Inferno X",
      "total": 116,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M2",
      "printed_total": 80,
      "release_date": "2025/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Inferno X"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "655805",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/26vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/26vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2_ja/26vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Water"
    ],
    "attacks": [
      {
        "cost": [
          "Water",
          "Water"
        ],
        "converted_energy_cost": 2,
        "name": "Crystal Fall",
        "text": "If you have at least 4 Water Energy in play, this attack does 90 more damage."
      }
    ],
    "rarity": "Rare",
    "artist": "Takeshi Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 0.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.31
        },
        {
          "condition": "LP",
          "price": 0.1
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 10.4,
          "low": 8.84,
          "high": 11.96,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 19.08,
          "low": 18.12,
          "high": 22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 42.77,
          "low": 56.99,
          "high": 56.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.51,
          "low": 8.08,
          "high": 10.94,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-29T15:50:38.859Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}