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

← Silver Tempest
Klinklang

Klinklang

Rare #125 Pokémon Stage 2 HP 160
Types
Metal
Illustrator
Akira Komayama
Expansion
Silver Tempest · Sword & Shield
Language
English
TCGplayer
451778

Attacks

Power Beam 130
Metal · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh12-125vrh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12-125vrh",
    "name": "Klinklang",
    "number": "125",
    "printed_number": "125",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/125vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/125vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/125vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12",
      "name": "Silver Tempest",
      "total": 215,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SIT",
      "printed_total": 195,
      "release_date": "2022/11/11",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "451778",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/125vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/125vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12/125vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "160",
    "abilities": [
      {
        "name": "Triple Gears",
        "text": "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may search your deck for up to 3 basic Energy cards and attach them to your Pokémon in any way you like. Then, shuffle your deck.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Power Beam",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 0.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.34
        },
        {
          "condition": "LP",
          "price": 0.29
        },
        {
          "condition": "MP",
          "price": 0.2
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:01:10.483Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}