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

← Furious Fists
Clawitzer

Clawitzer

Rare Holo #24 Pokémon Stage 1 HP 100
Types
Water
Illustrator
5ban Graphics
Expansion
Furious Fists · XY
Language
English
TCGplayer
92199

Attacks

Reverse Thrust 30
Water

Switch this Pokémon with 1 of your Benched Pokémon.

Splash Cannon 50
Colorless · Colorless · Colorless

This attack does 20 more damage for each Water Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xy3-24vrh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy3-24vrh",
    "name": "Clawitzer",
    "number": "24",
    "printed_number": "24",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/24vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/24vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/24vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy3",
      "name": "Furious Fists",
      "total": 114,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FFI",
      "printed_total": 111,
      "release_date": "2014/08/13",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "92199",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/24vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/24vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/24vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Water"
    ],
    "hp": "100",
    "attacks": [
      {
        "cost": [
          "Water"
        ],
        "converted_energy_cost": 1,
        "name": "Reverse Thrust",
        "text": "Switch this Pokémon with 1 of your Benched Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Colorless",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Splash Cannon",
        "text": "This attack does 20 more damage for each Water Energy attached to this Pokémon.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Grass",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.78,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.78
        },
        {
          "condition": "LP",
          "price": 0.61
        },
        {
          "condition": "MP",
          "price": 0.56
        },
        {
          "condition": "HP",
          "price": 0.48
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 200,
          "low": 170,
          "high": 230,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:39:13.477Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}