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 Dream ex
Black Belt's Training

Black Belt's Training

Super Rare #220 Trainer Supporter
Illustrator
GOSSAN
Expansion
MEGA Dream ex · Mega Evolution
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/m2a_ja-220vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "m2a_ja-220vh",
    "name": "Black Belt's Training",
    "number": "220",
    "printed_number": "220",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/220vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/220vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/220vh.large.webp"
      }
    ],
    "expansion": {
      "id": "m2a_ja",
      "name": "MEGA Dream ex",
      "total": 250,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Mega Evolution",
      "code": "M2a",
      "printed_total": 193,
      "release_date": "2025/11/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/m2a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "MEGA Dream ex"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/220vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/220vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/m2a_ja/220vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Super Rare",
    "artist": "GOSSAN",
    "pricing": {
      "currency": "USD",
      "market": 1.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.26
        },
        {
          "condition": "MP",
          "price": 1
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 8.03,
          "low": 7.5,
          "high": 9.47,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 46.16,
          "low": 44,
          "high": 44,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 11.52,
          "low": 11.52,
          "high": 12.78,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:10:29.056Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}