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

← Mega Brave
Lt. Surge's Deal

Lt. Surge's Deal

Super Rare #85 Trainer Supporter
Illustrator
Hideki Ishikawa
Expansion
Mega Brave · Mega Evolution
Language
Japanese
TCGplayer
647194
GET /api/v1/pokemon/cards/m1l_ja-85vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m1l_ja-85vh",
    "name": "Lt. Surge's Deal",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1l_ja/85vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1l_ja/85vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1l_ja/85vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m1l_ja",
      "name": "Mega Brave",
      "total": 92,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M1L",
      "printed_total": 63,
      "release_date": "2025/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m1l_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m1l_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mega Brave"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "647194",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1l_ja/85vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1l_ja/85vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m1l_ja/85vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Super Rare",
    "artist": "Hideki Ishikawa",
    "pricing": {
      "currency": "USD",
      "market": 1.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.35
        },
        {
          "condition": "MP",
          "price": 0.75
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12.67,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 2.12,
          "low": 1.8,
          "high": 2.44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 26,
          "low": 24.75,
          "high": 26,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.98,
          "low": 15.55,
          "high": 15.55,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:53:27.619Z",
      "trend_7d": {
        "direction": "down",
        "percent": -31.12
      }
    }
  }
}