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

← Surging Sparks
Rotom

Rotom

Common #61 Pokémon Basic HP 80
Types
Lightning
Illustrator
Shinya Mizuno
Expansion
Surging Sparks · Scarlet & Violet
Language
English
TCGplayer
590036

Attacks

Crushing Pulse
Lightning

Your opponent reveals their hand. Discard all Item cards and Pokémon Tool cards you find there.

Energy Short 20
Lightning

This attack does 20 damage for each Energy attached to your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sv8-61?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv8-61",
    "name": "Rotom",
    "number": "61",
    "printed_number": "61",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/61.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/61.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/61.large.webp"
      }
    ],
    "expansion": {
      "id": "sv8",
      "name": "Surging Sparks",
      "total": 252,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SSP",
      "printed_total": 191,
      "release_date": "2024/11/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "590036",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/61.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/61.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv8/61.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "80",
    "attacks": [
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Crushing Pulse",
        "text": "Your opponent reveals their hand. Discard all Item cards and Pokémon Tool cards you find there."
      },
      {
        "cost": [
          "Lightning"
        ],
        "converted_energy_cost": 1,
        "name": "Energy Short",
        "text": "This attack does 20 damage for each Energy attached to your opponent's Active Pokémon.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Shinya Mizuno",
    "pricing": {
      "currency": "USD",
      "market": 0.02,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.02
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 37,
          "low": 31.45,
          "high": 42.55,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-23T21:09:54.533Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}