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
Klinklang

Klinklang

Rare #38 Pokémon Stage 2 HP 140
Types
Metal
Illustrator
Midori Harada
Expansion
Fever-Burst Fighter · XY
Language
Japanese
TCGplayer
603230

Attacks

Gear Spinner 70
Metal · Metal · Colorless

During your next turn, this Pokémon's Gear Spinner attack does 70 more damage (before applying Weakness and Resistance).

GET /api/v1/pokemon/cards/xy11f_ja-38vh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11f_ja-38vh",
    "name": "Klinklang",
    "number": "38",
    "printed_number": "38",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/38vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/38vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/38vh.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": "603230",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/38vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/38vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/38vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "140",
    "abilities": [
      {
        "name": "Heavy Bumper",
        "text": "Any damage done to this Pokémon by an opponent's attack is reduced by 10 for each Colorless in your opponent's Active Pokémon's Retreat Cost (after applying Weakness and Resistance).",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Metal",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Gear Spinner",
        "text": "During your next turn, this Pokémon's Gear Spinner attack does 70 more damage (before applying Weakness and Resistance).",
        "damage": "70"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Midori Harada",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-16T03:29:33.005Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}