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
Makuhita

Makuhita

usually #29 Pokémon Basic HP 80
Types
Fighting
Illustrator
Kagemaru Himeno
Expansion
Thunder Knuckle · Black & White
Language
Japanese
TCGplayer
602270

Attacks

Continuous Slap 20×
Fighting · Colorless

Flip a coin until you get tails. This attack does 20 damage times the number of heads.

Hammer In 60
Fighting · Fighting · Colorless
GET /api/v1/pokemon/cards/bw8t_ja-29?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8t_ja-29",
    "name": "Makuhita",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/29.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/29.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/29.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": "602270",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/29.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/29.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/29.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fighting"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Continuous Slap",
        "text": "Flip a coin until you get tails. This attack does 20 damage times the number of heads.",
        "damage": "20×"
      },
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hammer In",
        "damage": "60"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:06:30.479Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}