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 (Staff Stamp)

Leafeon (Staff Stamp)

Rare #17
Illustrator
Noriko Hotta
Expansion
HS—Undaunted · HeartGold & SoulSilver
Language
English
TCGplayer
228481
GET /api/v1/pokemon/cards/hgss3-17vs?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss3-17vs",
    "name": "Leafeon (Staff Stamp)",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3-17vs.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3-17vs.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3-17vs.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": "228481",
    "variants": [
      {
        "name": "staffStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3-17vs.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3-17vs.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss3-17vs.large.webp"
          }
        ]
      }
    ],
    "rarity": "Rare",
    "artist": "Noriko Hotta",
    "pricing": {
      "currency": "USD",
      "market": 400,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 400
        },
        {
          "condition": "LP",
          "price": 334.25
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-16T03:31:36.395Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}