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.
/api/v1/pokemon/cards/gym1_ja-37?include=prices 200 17ms{
"success": true,
"data": {
"id": "gym1_ja-37",
"name": "Lt. Surge's Magnemite",
"number": "81",
"printed_number": "81",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-37.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-37.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-37.large.webp"
}
],
"expansion": {
"id": "gym1_ja",
"name": "Leaders' Stadium",
"total": 96,
"language": "Japanese",
"language_code": "ja",
"series": "Gym",
"printed_total": 96,
"release_date": "1998/10/28",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym1_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/gym1_ja.symbol.png",
"translation": {
"en": {
"name": "Leaders' Stadium"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-37.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-37.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/gym1_ja-37.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Lightning"
],
"hp": "40",
"attacks": [
{
"cost": [
"Lightning"
],
"converted_energy_cost": 1,
"name": "Thundershock",
"text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
"damage": "10"
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Tackle",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 2.42,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.42
},
{
"condition": "LP",
"price": 1.35
},
{
"condition": "MP",
"price": 0.68
},
{
"condition": "HP",
"price": 0.59
},
{
"condition": "DMG",
"price": 0.35
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 40.98,
"low": 40.98,
"high": 45.47,
"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": "TAG",
"grade": "8",
"value": 3.8,
"low": 3.23,
"high": 4.37,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-14T04:53:22.988Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}