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

← Emerging Powers
Klinklang

Klinklang

Rare #76 Pokémon Stage 2 HP 150
Types
Metal
Illustrator
Akira Komayama
Expansion
Emerging Powers · Black & White
Language
English
TCGplayer
86486

Attacks

Charge Beam 30
Metal

Attach an Energy card from your discard pile to this Pokémon.

Zap Cannon 80
Metal · Colorless · Colorless

Flip a coin. If tails, this Pokémon can't use Zap Cannon during your next turn.

GET /api/v1/pokemon/cards/bw2-76vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw2-76vrh",
    "name": "Klinklang",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/76vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/76vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/76vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw2",
      "name": "Emerging Powers",
      "total": 98,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "EPO",
      "printed_total": 98,
      "release_date": "2011/08/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86486",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/76vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/76vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw2/76vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Metal"
    ],
    "hp": "150",
    "attacks": [
      {
        "cost": [
          "Metal"
        ],
        "converted_energy_cost": 1,
        "name": "Charge Beam",
        "text": "Attach an Energy card from your discard pile to this Pokémon.",
        "damage": "30"
      },
      {
        "cost": [
          "Metal",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Zap Cannon",
        "text": "Flip a coin. If tails, this Pokémon can't use Zap Cannon during your next turn.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 1.45,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.45
        },
        {
          "condition": "MP",
          "price": 0.79
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.99,
          "low": 11.89,
          "high": 16.09,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:43:24.154Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}