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

← BREAKpoint
Fighting Fury Belt

Fighting Fury Belt

Uncommon #99 Trainer Pokémon Tool
Illustrator
Toyste Beach
Expansion
BREAKpoint · XY
Language
English
TCGplayer
111570
GET /api/v1/pokemon/cards/xy9-99?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy9-99",
    "name": "Fighting Fury Belt",
    "number": "99",
    "printed_number": "99",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/99.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/99.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/99.large.webp"
      }
    ],
    "expansion": {
      "id": "xy9",
      "name": "BREAKpoint",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "BKP",
      "printed_total": 122,
      "release_date": "2016/02/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "111570",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/99.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/99.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy9/99.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "rarity": "Uncommon",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 0.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.83
        },
        {
          "condition": "LP",
          "price": 0.7
        },
        {
          "condition": "MP",
          "price": 0.67
        },
        {
          "condition": "HP",
          "price": 0.71
        },
        {
          "condition": "DMG",
          "price": 0.59
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 12.5,
          "low": 10.63,
          "high": 14.37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 4,
          "low": 3.4,
          "high": 4.6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:49:00.680Z",
      "trend_7d": {
        "direction": "down",
        "percent": -6.74
      }
    }
  }
}