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

← Hidden Legends
Desert Ruins

Desert Ruins

Uncommon #88 Trainer Stadium
Illustrator
Shin-ichi Yoshikawa
Expansion
Hidden Legends · EX
Language
English
TCGplayer
84781
GET /api/v1/pokemon/cards/ex5-88?include=prices 200 25ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex5-88",
    "name": "Desert Ruins",
    "number": "88",
    "printed_number": "88",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/88.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/88.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/88.large.webp"
      }
    ],
    "expansion": {
      "id": "ex5",
      "name": "Hidden Legends",
      "total": 102,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "HL",
      "printed_total": 101,
      "release_date": "2004/06/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84781",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/88.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/88.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex5/88.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Stadium"
    ],
    "rarity": "Uncommon",
    "artist": "Shin-ichi Yoshikawa",
    "pricing": {
      "currency": "USD",
      "market": 7.36,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 7.36
        },
        {
          "condition": "LP",
          "price": 6.12
        },
        {
          "condition": "MP",
          "price": 5.67
        },
        {
          "condition": "HP",
          "price": 5.4
        },
        {
          "condition": "DMG",
          "price": 5.38
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "9",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 112,
          "low": 95.2,
          "high": 128.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.5,
          "low": 14.03,
          "high": 18.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:05:59.137Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.27
      }
    }
  }
}