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, this attack does 30 damage plus 10 more damage.
/api/v1/pokemon/cards/ex8-45?include=prices 200 16ms{
"success": true,
"data": {
"id": "ex8-45",
"name": "Shelgon",
"number": "45",
"printed_number": "45",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/45.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/45.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/45.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": "89125",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/45.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/45.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex8/45.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Colorless"
],
"hp": "80",
"abilities": [
{
"name": "Hard Protection",
"text": "Prevent all damage done to Shelgon by attacks from your Pokémon.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Fire",
"Water"
],
"converted_energy_cost": 2,
"name": "Rock Smash",
"text": "Flip a coin. If heads, this attack does 30 damage plus 10 more damage.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Colorless",
"value": "×2"
}
],
"resistances": [
{
"type": "Fire",
"value": "-30"
},
{
"type": "Fighting",
"value": "-30"
}
],
"rarity": "Uncommon",
"artist": "Aya Kusube",
"pricing": {
"currency": "USD",
"market": 1.3,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.3
},
{
"condition": "LP",
"price": 1.02
},
{
"condition": "MP",
"price": 0.77
},
{
"condition": "HP",
"price": 0.66
},
{
"condition": "DMG",
"price": 0.65
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 41,
"low": 41,
"high": 72,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 13.5,
"low": 11.48,
"high": 15.52,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 77,
"low": 65.45,
"high": 88.55,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 40.75,
"low": 42.59,
"high": 63.4,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "9",
"value": 62.5,
"low": 53.13,
"high": 71.88,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-11T02:27:43.651Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}