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

← Scarlet & Violet Black Star Promos
Koraidon ex

Koraidon ex

Promo #197 Pokémon Basicex HP 230
Types
Fighting
Illustrator
PLANETA Tsuji
Expansion
Scarlet & Violet Black Star Promos · Scarlet & Violet
Language
English
TCGplayer
634348

Attacks

Claw Slash 50
Fighting · Colorless
Revenge Buster 100+
Fighting · Fighting · Colorless

If your Benched Pokémon have any damage counters on them, this attack does 120 more damage.

GET /api/v1/pokemon/cards/svp-197vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp-197vh",
    "name": "Koraidon ex",
    "number": "197",
    "printed_number": "197",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/197vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/197vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/197vh.large.webp"
      }
    ],
    "expansion": {
      "id": "svp",
      "name": "Scarlet & Violet Black Star Promos",
      "total": 225,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVP",
      "printed_total": 224,
      "release_date": "2023/01/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/svp.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "634348",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/197vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/197vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/197vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "ex"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "230",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Claw Slash",
        "damage": "50"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Revenge Buster",
        "text": "If your Benched Pokémon have any damage counters on them, this attack does 120 more damage.",
        "damage": "100+"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "PLANETA Tsuji",
    "pricing": {
      "currency": "USD",
      "market": 0.53,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.53
        },
        {
          "condition": "HP",
          "price": 0.36
        },
        {
          "condition": "DMG",
          "price": 0.36
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:06:16.708Z",
      "trend_7d": {
        "direction": "down",
        "percent": -14.52
      }
    }
  }
}