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

← Split Earth
Mystery Plate γ

Mystery Plate γ

Non #85 Trainer
Illustrator
Hiromichi Sugiyama
Expansion
Split Earth · E-Card
Language
Japanese
TCGplayer

Attacks

Retro Cave
Colorless

If your opponent has 5 or more Prizes, shuffle your hand into your deck and then draw 6 cards. If your opponent has exactly 2 Prizes, choose 1 of your opponent's Evolved Pokémon. Your opponent puts the top card on that Evolved Pokémon on the bottom of his or her deck. (This counts as devolving that Pokémon.)

GET /api/v1/pokemon/cards/ecard4_ja-85?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard4_ja-85",
    "name": "Mystery Plate γ",
    "number": "85",
    "printed_number": "85",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/85.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/85.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/85.large.webp"
      }
    ],
    "expansion": {
      "id": "ecard4_ja",
      "name": "Split Earth",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "E-Card",
      "printed_total": 88,
      "release_date": "2002/08/23",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard4_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/ecard4_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Split Earth"
        }
      }
    },
    "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/ecard4_ja/85.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/85.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/85.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Retro Cave",
        "text": "If your opponent has 5 or more Prizes, shuffle your hand into your deck and then draw 6 cards. If your opponent has exactly 2 Prizes, choose 1 of your opponent's Evolved Pokémon. Your opponent puts the top card on that Evolved Pokémon on the bottom of his or her deck. (This counts as devolving that Pokémon.)"
      }
    ],
    "rarity": "Non",
    "artist": "Hiromichi Sugiyama",
    "pricing": {
      "currency": "USD",
      "market": 4.55,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.55
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 84.15,
          "low": 104.5,
          "high": 104.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:37:38.340Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}