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

← Leaders' Stadium
Erika's Perfume

Erika's Perfume

Uncommon #73 Trainer
Illustrator
Ken Sugimori
Expansion
Leaders' Stadium · Gym
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/gym1_ja-73?include=prices 200 32ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym1_ja-73",
    "name": "Erika's Perfume",
    "number": "73",
    "printed_number": "73",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-73.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-73.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-73.large.webp"
      }
    ],
    "expansion": {
      "id": "gym1_ja",
      "name": "Leaders' Stadium",
      "total": 96,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Gym",
      "printed_total": 96,
      "release_date": "1998/10/28",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym1_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym1_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Leaders' Stadium"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-73.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-73.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-73.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 61.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 61.1
        },
        {
          "condition": "LP",
          "price": 11.71
        },
        {
          "condition": "MP",
          "price": 9.4
        },
        {
          "condition": "HP",
          "price": 7.93
        },
        {
          "condition": "DMG",
          "price": 5.59
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-28T22:48:55.462Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}