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

← Fever-Burst Fighter
Clawitzer BREAK

Clawitzer BREAK

Double Rare #20 Pokémon BREAK HP 130
Types
Water
Illustrator
5ban Graphics
Expansion
Fever-Burst Fighter · XY
Language
Japanese
TCGplayer
603213

Attacks

Lock-On
Colorless

The Defending Pokémon can't retreat during your opponent's next turn. During your next turn, any damage done to that Pokémon by attacks is increased by 120 (after applying Weakness and Resistance).

GET /api/v1/pokemon/cards/xy11f_ja-20vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11f_ja-20vh",
    "name": "Clawitzer BREAK",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/20vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/20vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/20vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11f_ja",
      "name": "Fever-Burst Fighter",
      "total": 59,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY11",
      "printed_total": 54,
      "release_date": "2016/06/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11f_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11f_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fever-Burst Fighter"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603213",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/20vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/20vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/20vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "BREAK"
    ],
    "types": [
      "Water"
    ],
    "hp": "130",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Lock-On",
        "text": "The Defending Pokémon can't retreat during your opponent's next turn. During your next turn, any damage done to that Pokémon by attacks is increased by 120 (after applying Weakness and Resistance)."
      }
    ],
    "rarity": "Double Rare",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 3.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.99
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 13.8,
          "low": 11.73,
          "high": 15.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 68.2,
          "low": 88.1,
          "high": 88.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-07-16T03:29:33.005Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}