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

← 30th Celebration Premium Deck Set: Espeon & Umbreon
Switch

Switch

Common #32 Trainer Item
Illustrator
Studio Bora Inc.
Expansion
30th Celebration Premium Deck Set: Espeon & Umbreon · Mega Evolution
Language
Japanese
TCGplayer
716757
GET /api/v1/pokemon/cards/mf_ja-32vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mf_ja-32vh",
    "name": "Switch",
    "number": "32",
    "printed_number": "32",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-32vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-32vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-32vh.large.png"
      }
    ],
    "expansion": {
      "id": "mf_ja",
      "name": "30th Celebration Premium Deck Set: Espeon & Umbreon",
      "total": 49,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "MF",
      "printed_total": 40,
      "release_date": "2026/09/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mf_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mf_ja.symbol.png",
      "translation": {
        "en": {
          "name": "30th Celebration Premium Deck Set: Espeon & Umbreon"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "716757",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-32vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-32vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-32vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Common",
    "artist": "Studio Bora Inc.",
    "pricing": {
      "currency": "USD",
      "market": 0.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.96
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:12:24.682Z"
    }
  }
}