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

← Black & White Promos
Klinklang

Klinklang

Promo #45 Pokémon Stage 2 HP 150
Types
Metal
Illustrator
Akira Komayama
Expansion
Black & White Promos · Black & White
Language
Japanese
TCGplayer

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/bwp_ja-45?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bwp_ja-45",
    "name": "Klinklang",
    "number": "45",
    "printed_number": "45",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/45.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/45.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/45.large.webp"
      }
    ],
    "expansion": {
      "id": "bwp_ja",
      "name": "Black & White Promos",
      "total": 236,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "printed_total": 236,
      "release_date": "2010/12/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bwp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Black & White Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/45.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/45.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bwp_ja/45.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": "Promo",
    "artist": "Akira Komayama",
    "pricing": {
      "currency": "USD",
      "market": 6.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.11
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-28T21:32:19.608Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}