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

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.
Flip a coin. If heads, discard an Energy attached to Manectric and this attack does 40 damage plus 30 more damage.
/api/v1/pokemon/cards/dp5-40?include=prices 200 18ms{
"success": true,
"data": {
"id": "dp5-40",
"name": "Manectric",
"number": "40",
"printed_number": "40",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/40.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/40.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/40.large.webp"
}
],
"expansion": {
"id": "dp5",
"name": "Majestic Dawn",
"total": 100,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "MD",
"printed_total": 100,
"release_date": "2008/05/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87161",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/40.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/40.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/40.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Lightning"
],
"hp": "80",
"attacks": [
{
"cost": [
"Lightning"
],
"converted_energy_cost": 1,
"name": "Thunder Wave",
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
"damage": "30"
},
{
"cost": [
"Lightning",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Volt Crush",
"text": "Flip a coin. If heads, discard an Energy attached to Manectric and this attack does 40 damage plus 30 more damage.",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "+20"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "Daisuke Ito",
"pricing": {
"currency": "USD",
"market": 0.39,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.39
},
{
"condition": "LP",
"price": 0.34
},
{
"condition": "MP",
"price": 0.17
},
{
"condition": "HP",
"price": 0.21
},
{
"condition": "DMG",
"price": 0.23
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 11,
"low": 9.35,
"high": 12.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:36:44.623Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}