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

← Darkness Ablaze
Klang

Klang

Uncommon #126 Pokémon Stage 1 HP 90
Types
Metal
Illustrator
NC Empire
Expansion
Darkness Ablaze · Sword & Shield
Language
English
TCGplayer
219386

Attacks

Call for Backup
Metal

Search your deck for a Metal Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.

Spinning Attack 60
Metal · Colorless · Colorless
GET /api/v1/pokemon/cards/swsh3-126?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh3-126",
    "name": "Klang",
    "number": "126",
    "printed_number": "126",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/126.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/126.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/126.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh3",
      "name": "Darkness Ablaze",
      "total": 201,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "DAA",
      "printed_total": 189,
      "release_date": "2020/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "219386",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/126.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/126.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/126.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Call for Backup",
        "text": "Search your deck for a Metal Pokémon, reveal it, and put it into your hand. Then, shuffle your deck."
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Spinning Attack",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Grass",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "NC Empire",
    "pricing": {
      "currency": "USD",
      "market": 0.05,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.05
        },
        {
          "condition": "MP",
          "price": 0.03
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T18:24:43.202Z",
      "trend_7d": {
        "direction": "up",
        "percent": 150
      }
    }
  }
}