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

← XY
Kakuna

Kakuna

Uncommon #4 Pokémon Stage 1 HP 70
Types
Grass
Illustrator
Kouki Saitou
Expansion
XY · XY
Language
English
TCGplayer
86417

Attacks

Harden
Grass

During your opponent's next turn, if this Pokémon would be damaged by an attack, prevent that attack's damage done to this Pokémon if that damage is 60 or less.

GET /api/v1/pokemon/cards/xy1-4?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy1-4",
    "name": "Kakuna",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/4.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/4.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/4.large.webp"
      }
    ],
    "expansion": {
      "id": "xy1",
      "name": "XY",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "XY",
      "printed_total": 146,
      "release_date": "2014/02/05",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86417",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/4.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/4.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/4.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Harden",
        "text": "During your opponent's next turn, if this Pokémon would be damaged by an attack, prevent that attack's damage done to this Pokémon if that damage is 60 or less."
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kouki Saitou",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "LP",
          "price": 0.26
        },
        {
          "condition": "MP",
          "price": 0.13
        },
        {
          "condition": "HP",
          "price": 0.05
        },
        {
          "condition": "DMG",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "SGC",
          "grade": "9",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:05:54.667Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}