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

Koraidon

Promo #91 Pokémon BasicAncient HP 140
Types
Dragon
Illustrator
Anesaki Dynamic
Expansion
Scarlet & Violet Black Star Promos · Scarlet & Violet
Language
English
TCGplayer
490721

Attacks

Primordial Beatdown 30
Fighting · Colorless

This attack does 30 damage for each of your Ancient Pokémon in play.

Shred 130
Fire · Fighting · Colorless

This attack's damage isn't affected by any effects on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/svp-91vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp-91vh",
    "name": "Koraidon",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/91vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/91vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/91vh.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": "490721",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/91vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/91vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/91vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Ancient"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Primordial Beatdown",
        "text": "This attack does 30 damage for each of your Ancient Pokémon in play.",
        "damage": "30"
      },
      {
        "cost": [
          "Fire",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Shred",
        "text": "This attack's damage isn't affected by any effects on your opponent's Active Pokémon.",
        "damage": "130"
      }
    ],
    "rarity": "Promo",
    "artist": "Anesaki Dynamic",
    "pricing": {
      "currency": "USD",
      "market": 5.07,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.07
        },
        {
          "condition": "LP",
          "price": 2.47
        },
        {
          "condition": "MP",
          "price": 3.94
        },
        {
          "condition": "DMG",
          "price": 2.12
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 6,
          "low": 6,
          "high": 33.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 18.01,
          "low": 15.31,
          "high": 20.71,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:06:16.708Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1
      }
    }
  }
}