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 Maids

Erika's Maids

Uncommon #72 Trainer
Illustrator
Ken Sugimori
Expansion
Leaders' Stadium · Gym
Language
Japanese
TCGplayer
GET /api/v1/pokemon/cards/gym1_ja-72?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "gym1_ja-72",
    "name": "Erika's Maids",
    "number": "72",
    "printed_number": "72",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-72.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-72.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-72.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-72.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-72.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-72.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 1.83,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.83
        },
        {
          "condition": "LP",
          "price": 1.76
        },
        {
          "condition": "MP",
          "price": 0.99
        },
        {
          "condition": "HP",
          "price": 1.16
        },
        {
          "condition": "DMG",
          "price": 0.85
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 90,
          "low": 76.5,
          "high": 103.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 24.99,
          "low": 21.24,
          "high": 28.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "1",
          "value": 8,
          "low": 6.8,
          "high": 9.2,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 50,
          "low": 40.25,
          "high": 132.88,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-28T22:48:55.462Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}