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

← Mysterious Mountains
Relic Hunter

Relic Hunter

Non #78 Trainer Supporter
Illustrator
Kagemaru Himeno
Expansion
Mysterious Mountains · E-Card
Language
Japanese
TCGplayer
576150
GET /api/v1/pokemon/cards/ecard5_ja-78?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard5_ja-78",
    "name": "Relic Hunter",
    "number": "78",
    "printed_number": "78",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/78.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/78.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/78.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard5_ja",
      "name": "Mysterious Mountains",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 88,
      "release_date": "2002/10/04",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard5_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard5_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Mysterious Mountains"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "576150",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/78.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/78.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/78.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Non",
    "artist": "Kagemaru Himeno",
    "pricing": {
      "currency": "USD",
      "market": 35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 35
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 26,
          "low": 26,
          "high": 26,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:08:59.161Z",
      "trend_7d": {
        "direction": "up",
        "percent": 91.05
      }
    }
  }
}