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

← Ascended Heroes
Rotom (Energy Reverse)

Rotom (Energy Reverse)

Common #92 Pokémon Basic HP 60
Types
Psychic
Illustrator
mingo
Expansion
Ascended Heroes · Mega Evolution
Language
English
TCGplayer
675904

Attacks

Roto Call
Colorless

You may search your deck for any number of Pokémon that have "Rotom" in their name and put them onto your Bench. Then, shuffle your deck.

Gadget Show 30×
Colorless · Colorless

This attack does 30 damage for each Pokémon Tool attached to all of your Pokémon.

GET /api/v1/pokemon/cards/me2pt5-92verh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2pt5-92verh",
    "name": "Rotom (Energy Reverse)",
    "number": "92",
    "printed_number": "92",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/92verh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/92verh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/92verh.large.webp"
      }
    ],
    "expansion": {
      "id": "me2pt5",
      "name": "Ascended Heroes",
      "total": 295,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "ASC",
      "printed_total": 217,
      "release_date": "2026/01/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2pt5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "675904",
    "variants": [
      {
        "name": "energyReverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/92verh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/92verh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2pt5/92verh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Roto Call",
        "text": "You may search your deck for any number of Pokémon that have \"Rotom\" in their name and put them onto your Bench. Then, shuffle your deck."
      },
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Gadget Show",
        "text": "This attack does 30 damage for each Pokémon Tool attached to all of your Pokémon.",
        "damage": "30×"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Common",
    "artist": "mingo",
    "pricing": {
      "currency": "USD",
      "market": 0.09,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.09
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 250,
          "low": 212.5,
          "high": 287.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:44:22.307Z",
      "trend_7d": {
        "direction": "down",
        "percent": -35.71
      }
    }
  }
}