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 Promos
Leafeon-EX

Leafeon-EX

Promo #192 Pokémon BasicEX HP 170
Types
Grass
Illustrator
Naoki Saito
Expansion
XY Promos · XY
Language
Japanese
TCGplayer

Attacks

Leaf Blade 30+
Grass · Colorless

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

Nature's Breath 90+
Grass · Grass · Colorless

If there is any Stadium card in play, this attack does 30 more damage and heal 30 damage from this Pokémon.

GET /api/v1/pokemon/cards/xyp_ja-192vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xyp_ja-192vh",
    "name": "Leafeon-EX",
    "number": "192",
    "printed_number": "192",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/192vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/192vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/192vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xyp_ja",
      "name": "XY Promos",
      "total": 299,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "printed_total": 299,
      "release_date": "2013/08/01",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xyp_ja.symbol.png",
      "translation": {
        "en": {
          "name": "XY Promos"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/192vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/192vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xyp_ja/192vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic",
      "EX"
    ],
    "types": [
      "Grass"
    ],
    "hp": "170",
    "attacks": [
      {
        "cost": [
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Leaf Blade",
        "text": "Flip a coin. If heads, this attack does 30 more damage.",
        "damage": "30+"
      },
      {
        "cost": [
          "Grass",
          "Grass",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Nature's Breath",
        "text": "If there is any Stadium card in play, this attack does 30 more damage and heal 30 damage from this Pokémon.",
        "damage": "90+"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "rarity": "Promo",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 39.8,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 39.8
        },
        {
          "condition": "LP",
          "price": 10.99
        },
        {
          "condition": "MP",
          "price": 15
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 120.84,
          "low": 102.71,
          "high": 138.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 175.5,
          "low": 162.25,
          "high": 262.5,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6,
          "trend": {
            "direction": "down",
            "percent": -29.8
          }
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 91.17,
          "low": 77.49,
          "high": 104.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-11T02:07:12.666Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}