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

← HS—Undaunted
Leafeon

Leafeon

Rare #17 Pokémon Stage 1 HP 90
Types
Grass
Illustrator
Noriko Hotta
Expansion
HS—Undaunted · HeartGold & SoulSilver
Language
English
TCGplayer
86680

Attacks

Miasma Wind 50
Colorless

Does 50 damage damage times the number of Special Conditions affecting the Defending Pokémon.

Soothing Scent 30
Grass

The Defending Pokémon is now Asleep.

GET /api/v1/pokemon/cards/hgss3-17?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss3-17",
    "name": "Leafeon",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/17.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss3",
      "name": "HS—Undaunted",
      "total": 91,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "UD",
      "printed_total": 90,
      "release_date": "2010/08/18",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "86680",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3/17.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Grass"
    ],
    "hp": "90",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Miasma Wind",
        "text": "Does 50 damage damage times the number of Special Conditions affecting the Defending Pokémon.",
        "damage": "50"
      },
      {
        "cost": [
          "Grass"
        ],
        "converted_energy_cost": 1,
        "name": "Soothing Scent",
        "text": "The Defending Pokémon is now Asleep.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Fire",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Water",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Noriko Hotta",
    "pricing": {
      "currency": "USD",
      "market": 16.42,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 16.42
        },
        {
          "condition": "LP",
          "price": 7.64
        },
        {
          "condition": "MP",
          "price": 5.37
        },
        {
          "condition": "HP",
          "price": 3.4
        },
        {
          "condition": "DMG",
          "price": 1.96
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 27,
          "low": 22.95,
          "high": 31.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 74,
          "low": 62.9,
          "high": 85.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 90,
          "low": 75,
          "high": 100,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 62.5,
          "low": 49,
          "high": 76,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:48:06.184Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.12
      }
    }
  }
}