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 Promos
Koraidon

Koraidon

Promo #7 Pokémon Basic HP 130
Types
Fighting
Illustrator
Kouki Saitou
Expansion
Scarlet & Violet Promos · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

Claw Slash 70
Colorless · Colorless · Colorless
Rampaging Fang 190
Fighting · Fighting · Fighting · Colorless

Discard 3 Energy from this Pokémon.

GET /api/v1/pokemon/cards/svp_ja-7vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp_ja-7vrh",
    "name": "Koraidon",
    "number": "7",
    "printed_number": "7",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/7vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/7vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/7vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "svp_ja",
      "name": "Scarlet & Violet Promos",
      "total": 303,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "PROMO",
      "printed_total": 303,
      "release_date": "2022/11/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/svp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/svp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Scarlet & Violet Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/7vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/7vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp_ja/7vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Claw Slash",
        "damage": "70"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Rampaging Fang",
        "text": "Discard 3 Energy from this Pokémon.",
        "damage": "190"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        },
        {
          "condition": "MP",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 18,
          "low": 18,
          "high": 18.38,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T08:06:01.844Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.54
      }
    }
  }
}