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

Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)
You may do 40 damage plus 10 more damage for each Lightning Energy attached to Manectric. If you do, Manectric does 10 damage to itself.
/api/v1/pokemon/cards/ex8-38?include=prices 200 15ms{
"success": true,
"data": {
"id": "ex8-38",
"name": "Manectric",
"number": "38",
"printed_number": "38",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/38.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/38.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/38.large.webp"
}
],
"expansion": {
"id": "ex8",
"name": "Deoxys",
"total": 108,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "DX",
"printed_total": 107,
"release_date": "2005/02/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex8.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex8.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87155",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/38.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/38.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/38.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Lightning"
],
"hp": "70",
"attacks": [
{
"cost": [
"Lightning"
],
"converted_energy_cost": 1,
"name": "Thunder Spear",
"text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
},
{
"cost": [
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Magnetic Tackle",
"text": "You may do 40 damage plus 10 more damage for each Lightning Energy attached to Manectric. If you do, Manectric does 10 damage to itself.",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-30"
}
],
"rarity": "Uncommon",
"artist": "Hajime Kusajima",
"pricing": {
"currency": "USD",
"market": 1.37,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.37
},
{
"condition": "LP",
"price": 0.74
},
{
"condition": "MP",
"price": 0.52
},
{
"condition": "HP",
"price": 0.53
},
{
"condition": "DMG",
"price": 0.34
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 77.5,
"low": 37.5,
"high": 90,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 11.75,
"low": 10,
"high": 13.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 2,
"low": 1.7,
"high": 2.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 120,
"low": 117.5,
"high": 120,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 37,
"low": 31.45,
"high": 42.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 25,
"low": 21.25,
"high": 28.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 40,
"low": 34,
"high": 46,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:21:56.314Z",
"trend_7d": {
"direction": "down",
"percent": -11.04
}
}
}
}