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
Miraidon

Miraidon

Promo #92 Pokémon BasicFuture HP 110
Types
Dragon
Illustrator
akagi
Expansion
Scarlet & Violet Black Star Promos · Scarlet & Violet
Language
English
TCGplayer
543953

Attacks

Peak Acceleration 40
Colorless

Search your deck for up to 2 Basic Energy cards and attach them to your Future Pokémon in any way you like. Then, shuffle your deck.

Sparking Strike 160
Lightning · Lightning · Psychic
GET /api/v1/pokemon/cards/svp-92vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "svp-92vh",
    "name": "Miraidon",
    "number": "92",
    "printed_number": "92",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/92vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/92vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/92vh.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": "543953",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/92vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/92vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/svp/92vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "Future"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Peak Acceleration",
        "text": "Search your deck for up to 2 Basic Energy cards and attach them to your Future Pokémon in any way you like. Then, shuffle your deck.",
        "damage": "40"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": "Sparking Strike",
        "damage": "160"
      }
    ],
    "rarity": "Promo",
    "artist": "akagi",
    "pricing": {
      "currency": "USD",
      "market": 3.04,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.04
        },
        {
          "condition": "LP",
          "price": 2.82
        },
        {
          "condition": "MP",
          "price": 3.02
        },
        {
          "condition": "DMG",
          "price": 1.26
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 155.5,
          "low": 132.17,
          "high": 178.83,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 79.97,
          "low": 67.97,
          "high": 91.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:06:16.708Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1
      }
    }
  }
}