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

← Great Encounters
Kakuna

Kakuna

Common #73 Pokémon Stage 1 HP 80
Types
Grass
Illustrator
Ken Sugimori
Expansion
Great Encounters · Diamond & Pearl
Language
English
TCGplayer
86413

Attacks

Stiffen

During your opponent's next turn, any damage done to Kakuna by attacks is reduced by 30 (after applying Weakness and Resistance).

Spit Poison 10
Grass

The Defending Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/dp4-73?include=prices 200 14ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4-73",
    "name": "Kakuna",
    "number": "73",
    "printed_number": "73",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/73.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/73.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/73.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4",
      "name": "Great Encounters",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "GE",
      "printed_total": 106,
      "release_date": "2008/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86413",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/73.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/73.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/73.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [],
        "converted_energy_cost": 0,
        "name": "Stiffen",
        "text": "During your opponent's next turn, any damage done to Kakuna by attacks is reduced by 30 (after applying Weakness and Resistance)."
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Spit Poison",
        "text": "The Defending Pokémon is now Poisoned.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "+20"
      }
    ],
    "rarity": "Common",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.25,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.25
        },
        {
          "condition": "LP",
          "price": 0.23
        },
        {
          "condition": "MP",
          "price": 0.1
        },
        {
          "condition": "HP",
          "price": 0.22
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 31.25,
          "low": 25.5,
          "high": 37,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:43:18.271Z",
      "trend_7d": {
        "direction": "up",
        "percent": 8.7
      }
    }
  }
}