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

← Plasma Freeze
Cacturne

Cacturne

Rare #10 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Suwama Chiaki
Expansion
Plasma Freeze · Black & White
Language
English
TCGplayer
84082

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 an Energy attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/bw9-10?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw9-10",
    "name": "Cacturne",
    "number": "10",
    "printed_number": "10",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/10.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/10.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/10.large.webp"
      }
    ],
    "expansion": {
      "id": "bw9",
      "name": "Plasma Freeze",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLF",
      "printed_total": 116,
      "release_date": "2013/05/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84082",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/10.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/10.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/10.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 an Energy attached to the Defending Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Suwama Chiaki",
    "pricing": {
      "currency": "USD",
      "market": 0.52,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.52
        },
        {
          "condition": "LP",
          "price": 0.37
        },
        {
          "condition": "MP",
          "price": 0.28
        },
        {
          "condition": "HP",
          "price": 0.23
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:11:45.869Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}