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

← Fever-Burst Fighter
Nuzleaf

Nuzleaf

usually #2 Pokémon Stage 1 HP 70
Types
Grass
Illustrator
Ayaka Yoshida
Expansion
Fever-Burst Fighter · XY
Language
Japanese
TCGplayer
603236

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.

Razor Leaf 20
Colorless · Colorless
GET /api/v1/pokemon/cards/xy11f_ja-2?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy11f_ja-2",
    "name": "Nuzleaf",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/2.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/2.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/2.large.webp"
      }
    ],
    "expansion": {
      "id": "xy11f_ja",
      "name": "Fever-Burst Fighter",
      "total": 59,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY11",
      "printed_total": 54,
      "release_date": "2016/06/17",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11f_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy11f_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fever-Burst Fighter"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "603236",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/2.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/2.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11f_ja/2.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."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Razor Leaf",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "usually",
    "artist": "Ayaka Yoshida",
    "pricing": {
      "currency": "USD",
      "market": 2.92,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.92
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-10T04:07:45.955Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}