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

← Dark Explorers
Leafeon

Leafeon

Rare #6 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Ryo Ueda
Expansion
Dark Explorers · Black & White
Language
English
TCGplayer
86682

Attacks

Quick Attack 10
Colorless

Flip a coin. If heads, this attack does 30 more damage.

Energy Assist 40
Grass · Colorless

Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon.

GET /api/v1/pokemon/cards/bw5-6?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5-6",
    "name": "Leafeon",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/6.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/6.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/6.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5",
      "name": "Dark Explorers",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DEX",
      "printed_total": 108,
      "release_date": "2012/05/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86682",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/6.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/6.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/6.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Quick Attack",
        "text": "Flip a coin. If heads, this attack does 30 more damage.",
        "damage": "10"
      },
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Energy Assist",
        "text": "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon.",
        "damage": "40"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 14.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14.83
        },
        {
          "condition": "LP",
          "price": 9.04
        },
        {
          "condition": "MP",
          "price": 6.73
        },
        {
          "condition": "HP",
          "price": 6.57
        },
        {
          "condition": "DMG",
          "price": 5.61
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 180.05,
          "low": 153.04,
          "high": 207.06,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 17.75,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 74,
          "low": 62.9,
          "high": 85.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:25:34.444Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.34
      }
    }
  }
}