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

← Reviving Legends
Rotom

Rotom

Rare #21 Pokémon Basic HP 60
Types
Lightning
Illustrator
MAHOU
Expansion
Reviving Legends · LEGEND
Language
Japanese
TCGplayer

Attacks

Plasma Arrow
Lightning

Choose 1 of your opponent's Pokémon. This attack does 20 damage for each Energy attached to that Pokémon. This attack's damage isn't affected by Weakness or Resistance.

GET /api/v1/pokemon/cards/l2_ja-21?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "l2_ja-21",
    "name": "Rotom",
    "number": "21",
    "printed_number": "21",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/21.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/21.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/21.large.webp"
      }
    ],
    "expansion": {
      "id": "l2_ja",
      "name": "Reviving Legends",
      "total": 81,
      "language": "Japanese",
      "language_code": "ja",
      "series": "LEGEND",
      "code": "L2",
      "printed_total": 80,
      "release_date": "2010/02/11",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/l2_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Reviving Legends"
        }
      }
    },
    "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/l2_ja/21.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/21.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/l2_ja/21.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Mischievous Trick",
        "text": "Once during your turn (before your attack), you may switch 1 of your face-down Prize cards with the top card of your deck. This power can't be used if Rotom is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Plasma Arrow",
        "text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage for each Energy attached to that Pokémon. This attack's damage isn't affected by Weakness or Resistance."
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "MAHOU",
    "pricing": {
      "currency": "USD",
      "market": 2.77,
      "is_stale": true,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.77
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 84.5,
          "low": 84.5,
          "high": 89,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 69,
          "low": 58.65,
          "high": 79.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:33:27.145Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}