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 3 coins. This attack does 20 damage times the number of heads.
/api/v1/pokemon/cards/hgss4-43vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "hgss4-43vrh",
"name": "Magneton",
"number": "43",
"printed_number": "43",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/43vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/43vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/43vrh.large.webp"
}
],
"expansion": {
"id": "hgss4",
"name": "HS—Triumphant",
"total": 103,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"code": "TM",
"printed_total": 102,
"release_date": "2010/11/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87110",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/43vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/43vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/43vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Lightning"
],
"hp": "80",
"attacks": [
{
"cost": [
"Lightning"
],
"converted_energy_cost": 1,
"name": "Speed Ball",
"damage": "20"
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Tri Attack",
"text": "Flip 3 coins. This attack does 20 damage times the number of heads.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "Noriko Hotta",
"pricing": {
"currency": "USD",
"market": 2.49,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.49
},
{
"condition": "LP",
"price": 1.11
},
{
"condition": "MP",
"price": 0.75
},
{
"condition": "HP",
"price": 0.6
}
],
"graded": [
{
"company": "PSA",
"grade": "6",
"value": 34.99,
"low": 29.74,
"high": 40.24,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 75,
"low": 63.75,
"high": 86.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:15:00.976Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}