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

← Surging Sparks
Koraidon

Koraidon

Uncommon #116 Pokémon BasicAncient HP 130
Types
Fighting
Illustrator
Ryuta Fuse
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
589979

Attacks

Unrelenting Onslaught 30
Colorless · Colorless

If 1 of your other Ancient Pokémon used an attack during your last turn, this attack does 150 more damage.

Hammer In 110
Fighting · Fighting · Colorless
GET /api/v1/pokemon/cards/sv8-116?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-116",
    "name": "Koraidon",
    "number": "116",
    "printed_number": "116",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/116.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/116.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/116.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "589979",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/116.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/116.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/116.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Ancient"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Unrelenting Onslaught",
        "text": "If 1 of your other Ancient Pokémon used an attack during your last turn, this attack does 150 more damage.",
        "damage": "30"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hammer In",
        "damage": "110"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Ryuta Fuse",
    "pricing": {
      "currency": "USD",
      "market": 0.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.1
        },
        {
          "condition": "DMG",
          "price": 0.02
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:03:31.267Z",
      "trend_7d": {
        "direction": "down",
        "percent": -9.09
      }
    }
  }
}