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
Miracle Sphere γ

Miracle Sphere γ

Non #83 Trainer
Illustrator
Hiromichi Sugiyama
Expansion
Mysterious Mountains · E-Card
Language
Japanese
TCGplayer

Attacks

Thunder Force 30+
Lightning · Colorless · Colorless

If the Pokémon using this attack has Grass and Lightning basic Energy cards attached to it, the Defending Pokémon is now Asleep and Poisoned. If the Pokémon using this attack has Water and Lightning basic Energy cards attached to it, this attack does 30 damage plus 10 more damage and lets you put 1 damage counter on each of your opponent's Benched Pokémon.

GET /api/v1/pokemon/cards/ecard5_ja-83?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ecard5_ja-83",
    "name": "Miracle Sphere γ",
    "number": "83",
    "printed_number": "83",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/83.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/83.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/83.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": null,
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/83.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/83.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ecard5_ja/83.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Thunder Force",
        "text": "If the Pokémon using this attack has Grass and Lightning basic Energy cards attached to it, the Defending Pokémon is now Asleep and Poisoned. If the Pokémon using this attack has Water and Lightning basic Energy cards attached to it, this attack does 30 damage plus 10 more damage and lets you put 1 damage counter on each of your opponent's Benched Pokémon.",
        "damage": "30+"
      }
    ],
    "rarity": "Non",
    "artist": "Hiromichi Sugiyama",
    "pricing": {
      "currency": "USD",
      "market": 3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 125,
          "low": 106.25,
          "high": 143.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 8.75,
          "low": 7.44,
          "high": 10.06,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-07-30T09:48:31.293Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}