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

Search your deck for a Lightning Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward.
Flip a coin. If tails, Manectric does 10 damage to itself.
/api/v1/pokemon/cards/ex1-9vrh?include=prices 200 23ms{
"success": true,
"data": {
"id": "ex1-9vrh",
"name": "Manectric",
"number": "9",
"printed_number": "9",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/9vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/9vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/9vrh.large.webp"
}
],
"expansion": {
"id": "ex1",
"name": "Ruby & Sapphire",
"total": 109,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "RS",
"printed_total": 109,
"release_date": "2003/07/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87153",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/9vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/9vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/9vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Lightning"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Attract Current",
"text": "Search your deck for a Lightning Energy card and attach it to 1 of your Pokémon. Shuffle your deck afterward.",
"damage": "10"
},
{
"cost": [
"Lightning",
"Lightning",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Thunder Jolt",
"text": "Flip a coin. If tails, Manectric does 10 damage to itself.",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-30"
}
],
"rarity": "Rare Holo",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 22,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 22
},
{
"condition": "LP",
"price": 8.44
},
{
"condition": "MP",
"price": 5.72
},
{
"condition": "HP",
"price": 4.72
},
{
"condition": "DMG",
"price": 5.17
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 65.75,
"low": 42,
"high": 283,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "6.5",
"value": 16,
"low": 13.6,
"high": 18.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 17,
"low": 14.45,
"high": 19.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 23,
"low": 23,
"high": 31.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 57,
"low": 48.45,
"high": 65.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 216,
"low": 183.6,
"high": 248.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 8.5,
"low": 8.5,
"high": 9,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 18,
"low": 18,
"high": 19,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 94.45,
"low": 40,
"high": 40,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-14T06:15:57.326Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}