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

Discard any Stadium card in play.
/api/v1/pokemon/cards/sm4-84a?include=prices 200 19ms{
"success": true,
"data": {
"id": "sm4-84a",
"name": "Regigigas",
"number": "84a",
"printed_number": "84a",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/84a.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/84a.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/84a.large.webp"
}
],
"expansion": {
"id": "sm4",
"name": "Crimson Invasion",
"total": 126,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "CIN",
"printed_total": 111,
"release_date": "2017/11/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "149109",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/84a.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/84a.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/84a.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "180",
"abilities": [
{
"name": "Seal of Antiquity",
"text": "This Pokémon can't attack unless Regirock, Regice, and Registeel are on your Bench.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless",
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 5,
"name": "Giant Stomp",
"text": "Discard any Stadium card in play.",
"damage": "160"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"rarity": "Rare Holo",
"artist": "Hasuno",
"pricing": {
"currency": "USD",
"market": 4.72,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.72
},
{
"condition": "MP",
"price": 2.79
},
{
"condition": "HP",
"price": 2.44
},
{
"condition": "DMG",
"price": 2.12
}
],
"graded": [],
"market_updated_at": "2026-09-21T17:54:11.488Z",
"trend_7d": {
"direction": "flat",
"percent": 0.43
}
}
}
}