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

← Thunderclap Spark
Choice Band

Choice Band

Non #54 Trainer ItemPokémon Tool
Illustrator
Eske Yoshinob
Expansion
Thunderclap Spark · Sun & Moon
Language
Japanese
TCGplayer
572514
GET /api/v1/pokemon/cards/sm7a_ja-54?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm7a_ja-54",
    "name": "Choice Band",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/54.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/54.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/54.large.webp"
      }
    ],
    "expansion": {
      "id": "sm7a_ja",
      "name": "Thunderclap Spark",
      "total": 73,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sun & Moon",
      "code": "SM7a",
      "printed_total": 60,
      "release_date": "2018/07/06",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sm7a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Thunderclap Spark"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "572514",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/54.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/54.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm7a_ja/54.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item",
      "Pokémon Tool"
    ],
    "rarity": "Non",
    "artist": "Eske Yoshinob",
    "pricing": {
      "currency": "USD",
      "market": 0.64,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.64
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T04:02:33.247Z",
      "trend_7d": {
        "direction": "up",
        "percent": 100
      }
    }
  }
}