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

← Legend Maker
Nuzleaf

Nuzleaf

Uncommon #41 Pokémon Stage 1 HP 70
Types
Darkness
Illustrator
Katsura Tabata
Expansion
Legend Maker · EX
Language
English
TCGplayer
87822

Attacks

Pound 20
Colorless
Plunder 30
Darkness · Colorless

Before doing damage, discard all Trainer cards attached to the Defending Pokémon.

GET /api/v1/pokemon/cards/ex12-41?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex12-41",
    "name": "Nuzleaf",
    "number": "41",
    "printed_number": "41",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/41.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/41.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/41.large.webp"
      }
    ],
    "expansion": {
      "id": "ex12",
      "name": "Legend Maker",
      "total": 93,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "LM",
      "printed_total": 92,
      "release_date": "2006/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87822",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/41.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/41.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex12/41.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Darkness"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Pound",
        "damage": "20"
      },
      {
        "cost": [
          "Darkness",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Plunder",
        "text": "Before doing damage, discard all Trainer cards attached to the Defending Pokémon.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Psychic",
        "value": "-30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Katsura Tabata",
    "pricing": {
      "currency": "USD",
      "market": 0.57,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.57
        },
        {
          "condition": "LP",
          "price": 0.4
        },
        {
          "condition": "MP",
          "price": 0.37
        },
        {
          "condition": "HP",
          "price": 0.28
        },
        {
          "condition": "DMG",
          "price": 0.33
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 34,
          "low": 10,
          "high": 34.4,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 42.5,
          "low": 42.5,
          "high": 99.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:32:31.627Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.72
      }
    }
  }
}