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

← Terastal Festival ex
Miraidon (Master Ball)

Miraidon (Master Ball)

Common #123 Pokémon Basic HP 110
Types
Dragon
Illustrator
akagi
Expansion
Terastal Festival ex · Scarlet & Violet
Language
Japanese
TCGplayer

Attacks

40
Colorless
160
Lightning · Lightning · Psychic
GET /api/v1/pokemon/cards/sv8a_ja-123vmh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8a_ja-123vmh",
    "name": "Miraidon (Master Ball)",
    "number": "123",
    "printed_number": "123",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-123vmh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-123vmh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-123vmh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8a_ja",
      "name": "Terastal Festival ex",
      "total": 237,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV8a",
      "printed_total": 187,
      "release_date": "2024/12/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv8a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Terastal Festival ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "masterBall",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-123vmh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-123vmh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8a_ja-123vmh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Dragon"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": null,
        "damage": "40"
      },
      {
        "cost": [
          "Lightning",
          "Lightning",
          "Psychic"
        ],
        "converted_energy_cost": 3,
        "name": null,
        "damage": "160"
      }
    ],
    "rarity": "Common",
    "artist": "akagi",
    "pricing": {
      "currency": "USD",
      "market": 2.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.55
        },
        {
          "condition": "LP",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 33.5,
          "low": 17,
          "high": 50,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 3.25,
          "low": 2.76,
          "high": 3.74,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T15:04:32.731Z",
      "trend_7d": {
        "direction": "up",
        "percent": 56.44
      }
    }
  }
}