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

← Pitch Black
Tremendous Bomb

Tremendous Bomb

Ultra Rare #113 Trainer Pokémon Tool
Illustrator
inose yukie
Expansion
Pitch Black · Mega Evolution
Language
English
TCGplayer
704870
GET /api/v1/pokemon/cards/me5-113vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me5-113vh",
    "name": "Tremendous Bomb",
    "number": "113",
    "printed_number": "113",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-113vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-113vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-113vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me5",
      "name": "Pitch Black",
      "total": 120,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PBL",
      "printed_total": 84,
      "release_date": "2026/07/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "704870",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-113vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-113vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-113vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "rarity": "Ultra Rare",
    "artist": "inose yukie",
    "pricing": {
      "currency": "USD",
      "market": 1.38,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.38
        },
        {
          "condition": "LP",
          "price": 1.29
        },
        {
          "condition": "MP",
          "price": 1.19
        },
        {
          "condition": "DMG",
          "price": 0.86
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 26,
          "low": 22.1,
          "high": 29.9,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:55:34.671Z",
      "trend_7d": {
        "direction": "up",
        "percent": 6.98
      }
    }
  }
}