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
Cacturne

Cacturne

Non #5 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Suwama Chiaki
Expansion
Thunder Knuckle · Black & White
Language
Japanese
TCGplayer
602305

Attacks

Rapid-Fire Needles 60
Grass

Does 30 damage to 1 of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)

Payback 30+
Grass · Colorless

If your opponent has only 1 Prize card left, this attack does 60 more damage and discard and Energy attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/bw8t_ja-5?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw8t_ja-5",
    "name": "Cacturne",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/5.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/5.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/5.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": "602305",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/5.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/5.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw8t_ja/5.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Rapid-Fire Needles",
        "text": "Does 30 damage to 1 of your Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
        "damage": "60"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Payback",
        "text": "If your opponent has only 1 Prize card left, this attack does 60 more damage and discard and Energy attached to the Defending Pokémon.",
        "damage": "30+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Non",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 2.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.09
        },
        {
          "condition": "LP",
          "price": 1
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-10T03:32:02.483Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}