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 #83 Trainer
Illustrator
Hiromichi Sugiyama
Expansion
Split Earth · E-Card
Language
Japanese
TCGplayer

Attacks

Desert Burn
Colorless

If your opponent has 5 or more Prizes, search your deck for a Trainer card, show it to your opponent, and put it into your hand. If your opponent has only 1 Prize, the Defending Pokémon is now Burned, Paralyzed, and Poisoned.

GET /api/v1/pokemon/cards/ecard4_ja-83?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard4_ja-83",
    "name": "Mystery Plate α",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/83.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/83.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/83.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/83.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/83.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard4_ja/83.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Desert Burn",
        "text": "If your opponent has 5 or more Prizes, search your deck for a Trainer card, show it to your opponent, and put it into your hand. If your opponent has only 1 Prize, the Defending Pokémon is now Burned, Paralyzed, and Poisoned."
      }
    ],
    "rarity": "Non",
    "artist": "Hiromichi Sugiyama",
    "pricing": {
      "currency": "USD",
      "market": 3.34,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.34
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "7",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 72.6,
          "low": 88,
          "high": 88,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:37:38.340Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}