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

← Mysterious Mountains
Kakuna

Kakuna

usually #3 Pokémon Stage 1 HP 70
Types
Grass
Illustrator
Hisao Nakamura
Expansion
Mysterious Mountains · E-Card
Language
Japanese
TCGplayer
576075

Attacks

Poisonpowder
Grass

The Defending Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/ecard5_ja-3?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard5_ja-3",
    "name": "Kakuna",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/3.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/3.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/3.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard5_ja",
      "name": "Mysterious Mountains",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 88,
      "release_date": "2002/10/04",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mysterious Mountains"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576075",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/3.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/3.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/3.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Exoskeleton",
        "text": "All damage done by attacks to Kakuna is reduced by 10 (after applying Weakness and Resistance).",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Poisonpowder",
        "text": "The Defending Pokémon is now Poisoned."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Hisao Nakamura",
    "pricing": {
      "currency": "USD",
      "market": 5.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.98
        },
        {
          "condition": "MP",
          "price": 3.99
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 34.5,
          "low": 34.5,
          "high": 62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28,
          "low": 19.6,
          "high": 28.53,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-08-07T03:36:15.964Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}