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

← Dark Explorers
Klang

Klang

Uncommon #76 Pokémon Stage 1 HP 80
Types
Metal
Illustrator
Shin Nagasawa
Expansion
Dark Explorers · Black & White
Language
English
TCGplayer
86476

Attacks

Charge Beam 20
Colorless · Colorless

Flip a coin. If heads, attach an Energy card from your discard pile to this Pokémon.

Vice Grip 50
Metal · Colorless · Colorless
GET /api/v1/pokemon/cards/bw5-76?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5-76",
    "name": "Klang",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/76.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/76.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/76.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5",
      "name": "Dark Explorers",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DEX",
      "printed_total": 108,
      "release_date": "2012/05/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86476",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/76.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/76.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/76.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Metal"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Charge Beam",
        "text": "Flip a coin. If heads, attach an Energy card from your discard pile to this Pokémon.",
        "damage": "20"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Vice Grip",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.67,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.67
        },
        {
          "condition": "LP",
          "price": 0.43
        },
        {
          "condition": "MP",
          "price": 0.32
        },
        {
          "condition": "HP",
          "price": 0.32
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T02:25:34.444Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}