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

← McDonald's Collection 2024
Koraidon

Koraidon

None #8 Pokémon Basic HP 130
Types
Fighting
Illustrator
Kouki Saitou
Expansion
McDonald's Collection 2024 · Other
Language
English
TCGplayer
614377

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/mcd24-8vh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mcd24-8vh",
    "name": "Koraidon",
    "number": "8",
    "printed_number": "8",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd24/8vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd24/8vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd24/8vh.large.webp"
      }
    ],
    "expansion": {
      "id": "mcd24",
      "name": "McDonald's Collection 2024",
      "total": 15,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "printed_total": 15,
      "release_date": "2025/01/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mcd24.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mcd24.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "614377",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd24/8vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd24/8vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd24/8vh.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": "None",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.4
        },
        {
          "condition": "HP",
          "price": 0.28
        },
        {
          "condition": "DMG",
          "price": 0.19
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 30,
          "low": 20,
          "high": 30,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 22,
          "low": 18.7,
          "high": 25.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 62.74,
          "low": 29.99,
          "high": 70,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 16,
          "low": 13.6,
          "high": 20,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.13,
          "low": 9.01,
          "high": 9.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:06:42.084Z",
      "trend_7d": {
        "direction": "down",
        "percent": -11.11
      }
    }
  }
}