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
Miraidon

Miraidon

Uncommon #69 Pokémon BasicFuture HP 120
Types
Lightning
Illustrator
Nurikabe
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
590008

Attacks

C.O.D.E.: Protect 40
Lightning · Colorless

During your opponent's next turn, prevent all damage done to each of your Future Pokémon by attacks from Pokémon ex. If this Pokémon is no longer your Active Pokémon, this effect ends.

Thunder Claws 100
Lightning · Colorless · Colorless
GET /api/v1/pokemon/cards/sv8-69?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-69",
    "name": "Miraidon",
    "number": "69",
    "printed_number": "69",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/69.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/69.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/69.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": "590008",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/69.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/69.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/69.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Future"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "120",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "C.O.D.E.: Protect",
        "text": "During your opponent's next turn, prevent all damage done to each of your Future Pokémon by attacks from Pokémon ex. If this Pokémon is no longer your Active Pokémon, this effect ends.",
        "damage": "40"
      },
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Thunder Claws",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Nurikabe",
    "pricing": {
      "currency": "USD",
      "market": 0.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.11
        },
        {
          "condition": "LP",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:03:31.267Z",
      "trend_7d": {
        "direction": "down",
        "percent": -26.67
      }
    }
  }
}