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
Judge

Judge

Common #37 Trainer Supporter
Illustrator
kantaro
Expansion
30th Celebration Premium Deck Set: Espeon & Umbreon · Mega Evolution
Language
Japanese
TCGplayer
716758
GET /api/v1/pokemon/cards/mf_ja-37vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "mf_ja-37vh",
    "name": "Judge",
    "number": "37",
    "printed_number": "37",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-37vh.small.png",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-37vh.large.png",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-37vh.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": "716758",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-37vh.small.png",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-37vh.large.png",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mf_ja-37vh.large.png"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Common",
    "artist": "kantaro",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:12:24.682Z"
    }
  }
}