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

← Next Destinies
Nuzleaf

Nuzleaf

Uncommon #71 Pokémon Stage 1 HP 80
Types
Darkness
Illustrator
Naoyo Kimura
Expansion
Next Destinies · Black & White
Language
English
TCGplayer
87827

Attacks

Surprise Punch 20
Darkness · Colorless

Move an Energy attached to the Defending Pokémon to 1 of your opponent's Benched Pokémon.

GET /api/v1/pokemon/cards/bw4-71?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw4-71",
    "name": "Nuzleaf",
    "number": "71",
    "printed_number": "71",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/71.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/71.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/71.large.webp"
      }
    ],
    "expansion": {
      "id": "bw4",
      "name": "Next Destinies",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "NXD",
      "printed_total": 99,
      "release_date": "2012/02/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87827",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/71.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/71.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw4/71.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Surprise Punch",
        "text": "Move an Energy attached to the Defending Pokémon to 1 of your opponent's Benched Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-20"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Naoyo Kimura",
    "pricing": {
      "currency": "USD",
      "market": 0.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.24
        },
        {
          "condition": "LP",
          "price": 0.22
        },
        {
          "condition": "MP",
          "price": 0.1
        },
        {
          "condition": "HP",
          "price": 0.07
        },
        {
          "condition": "DMG",
          "price": 0.06
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:27:14.502Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}