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

Attach an Energy card from your hand to Team Aqua's Electrike.
/api/v1/pokemon/cards/ex4-53vrh?include=prices 200 28ms{
"success": true,
"data": {
"id": "ex4-53vrh",
"name": "Team Aqua's Electrike",
"number": "53",
"printed_number": "53",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/53vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/53vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/53vrh.large.webp"
}
],
"expansion": {
"id": "ex4",
"name": "Team Magma vs Team Aqua",
"total": 97,
"language": "English",
"language_code": "en",
"series": "EX",
"code": "MA",
"printed_total": 95,
"release_date": "2004/03/15",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89787",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/53vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/53vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex4/53vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Self Charge",
"text": "Attach an Energy card from your hand to Team Aqua's Electrike."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Tackle",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Metal",
"value": "-30"
}
],
"rarity": "Common",
"artist": "M. Akiyama",
"pricing": {
"currency": "USD",
"market": 5.45,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 5.45
},
{
"condition": "LP",
"price": 0.91
},
{
"condition": "MP",
"price": 0.51
},
{
"condition": "HP",
"price": 0.64
},
{
"condition": "DMG",
"price": 0.33
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 69.99,
"low": 59.49,
"high": 80.49,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 14.99,
"low": 12.74,
"high": 17.24,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 14.99,
"low": 12.74,
"high": 17.24,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 9,
"low": 7.65,
"high": 10.35,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 2,
"low": 1.7,
"high": 2.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 14.27,
"low": 12.13,
"high": 16.41,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 71.75,
"low": 60.99,
"high": 82.51,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-13T02:53:26.221Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}