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

← Thunder Knuckle
Beldum

Beldum

usually #25 Pokémon Basic HP 60
Types
Psychic
Illustrator
Shigenori Negishi
Expansion
Thunder Knuckle · Black & White
Language
Japanese
TCGplayer
602261

Attacks

Calculate
Colorless

Look at the top 4 cards of your deck and put them back on top of your deck in any order.

Psypunch 20
Psychic · Colorless
GET /api/v1/pokemon/cards/bw8t_ja-25?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8t_ja-25",
    "name": "Beldum",
    "number": "25",
    "printed_number": "25",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/25.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/25.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/25.large.webp"
      }
    ],
    "expansion": {
      "id": "bw8t_ja",
      "name": "Thunder Knuckle",
      "total": 58,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Black & White",
      "code": "BW8",
      "printed_total": 51,
      "release_date": "2012/12/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8t_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/bw8t_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Thunder Knuckle"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "602261",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/25.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/25.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/25.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Calculate",
        "text": "Look at the top 4 cards of your deck and put them back on top of your deck in any order."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Psypunch",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Shigenori Negishi",
    "pricing": {
      "currency": "USD",
      "market": 1.89,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.89
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:06:30.479Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}