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

← Unified Minds
Giant Bomb

Giant Bomb

Rare Secret #251 Trainer Pokémon Tool
Illustrator
Studio Bora Inc.
Expansion
Unified Minds · Sun & Moon
Language
English
TCGplayer
195315
GET /api/v1/pokemon/cards/sm11-251vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm11-251vh",
    "name": "Giant Bomb",
    "number": "251",
    "printed_number": "251",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/251vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/251vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/251vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm11",
      "name": "Unified Minds",
      "total": 261,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UNM",
      "printed_total": 236,
      "release_date": "2019/08/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "195315",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/251vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/251vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/251vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "rarity": "Rare Secret",
    "artist": "Studio Bora Inc.",
    "pricing": {
      "currency": "USD",
      "market": 5.18,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.18
        },
        {
          "condition": "LP",
          "price": 4.47
        },
        {
          "condition": "HP",
          "price": 2
        },
        {
          "condition": "DMG",
          "price": 3.95
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 56.48,
          "low": 93.74,
          "high": 93.74,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:35:58.618Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.39
      }
    }
  }
}