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

← POP Series 9
Rotom

Rotom

Rare #5 Pokémon Basic HP 70
Types
Lightning
Illustrator
Masakazu Fukuda
Expansion
POP Series 9 · POP
Language
English
TCGplayer
88837

Attacks

Poltergeist 30
Psychic · Colorless

Look at your opponent's hand. This attack does 30 damage plus 10 more damage for each Trainer, Supporter, and Stadium card in your opponent's hand.

GET /api/v1/pokemon/cards/pop9-5vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop9-5vh",
    "name": "Rotom",
    "number": "5",
    "printed_number": "5",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/5vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/5vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/5vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pop9",
      "name": "POP Series 9",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2009/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88837",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/5vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/5vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/5vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "70",
    "abilities": [
      {
        "name": "Type Shift",
        "text": "Once during your turn (before your attack), you may use this power. Rotom's type is Psychic until the end of your turn.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Poltergeist",
        "text": "Look at your opponent's hand. This attack does 30 damage plus 10 more damage for each Trainer, Supporter, and Stadium card in your opponent's hand.",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "+20"
      }
    ],
    "resistances": [
      {
        "type": "Colorless",
        "value": "-20"
      }
    ],
    "rarity": "Rare",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 4.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.99
        },
        {
          "condition": "LP",
          "price": 2.35
        },
        {
          "condition": "MP",
          "price": 1.87
        },
        {
          "condition": "HP",
          "price": 1.19
        },
        {
          "condition": "DMG",
          "price": 0.96
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 10.05,
          "low": 15,
          "high": 15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 125,
          "low": 106.25,
          "high": 143.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 93,
          "low": 79.05,
          "high": 106.95,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "5.5",
          "value": 5.5,
          "low": 5.5,
          "high": 5.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T02:54:47.245Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}