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

← HS—Unleashed
Kakuna

Kakuna

Uncommon #32 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
Kyoko Umemoto
Expansion
HS—Unleashed · HeartGold & SoulSilver
Language
English
TCGplayer
86415

Attacks

Speed Evolution
Colorless

Search your deck for a card that evolves from Kakuna and put it onto Kakuna. (This counts as evolving Kakuna.) Shuffle your deck afterward.

Poison Sting
Grass

The Defending Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/hgss2-32vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss2-32vrh",
    "name": "Kakuna",
    "number": "32",
    "printed_number": "32",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/32vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/32vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/32vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss2",
      "name": "HS—Unleashed",
      "total": 96,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "UL",
      "printed_total": 95,
      "release_date": "2010/05/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86415",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/32vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/32vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/32vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Speed Evolution",
        "text": "Search your deck for a card that evolves from Kakuna and put it onto Kakuna. (This counts as evolving Kakuna.) Shuffle your deck afterward."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Poison Sting",
        "text": "The Defending Pokémon is now Poisoned."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kyoko Umemoto",
    "pricing": {
      "currency": "USD",
      "market": 1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1
        },
        {
          "condition": "LP",
          "price": 0.52
        },
        {
          "condition": "MP",
          "price": 0.36
        },
        {
          "condition": "HP",
          "price": 0.23
        },
        {
          "condition": "DMG",
          "price": 0.17
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-07T07:52:53.686Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}