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

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.
/api/v1/pokemon/cards/pop9-5?include=prices 200 16ms{
"success": true,
"data": {
"id": "pop9-5",
"name": "Rotom",
"number": "5",
"printed_number": "5",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/5.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/5.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/5.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": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/5.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/5.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/5.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": 5.49,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.49
},
{
"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": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 37.49,
"low": 31.87,
"high": 43.11,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 125,
"low": 106.25,
"high": 143.75,
"confidence": "med",
"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": 82.57,
"low": 93,
"high": 93,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-22T02:54:47.245Z",
"trend_7d": {
"direction": "down",
"percent": -0.54
}
}
}
}