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 2 Energy from this Pokémon.
/api/v1/pokemon/cards/sm11-24vrh?include=prices 200 17ms{
"success": true,
"data": {
"id": "sm11-24vrh",
"name": "Camerupt",
"number": "24",
"printed_number": "24",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/24vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/24vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/24vrh.large.webp"
}
],
"expansion": {
"id": "sm11",
"name": "Unified Minds",
"total": 261,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "UNM",
"printed_total": 236,
"release_date": "2019/08/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm11.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "194940",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/24vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/24vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/24vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fire"
],
"hp": "140",
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Tackle",
"damage": "50"
},
{
"cost": [
"Fire",
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Strong Flare",
"text": "Discard 2 Energy from this Pokémon.",
"damage": "150"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Masakazu Fukuda",
"pricing": {
"currency": "USD",
"market": 0.41,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.41
},
{
"condition": "LP",
"price": 0.24
},
{
"condition": "MP",
"price": 0.27
},
{
"condition": "HP",
"price": 0.25
}
],
"graded": [],
"market_updated_at": "2026-09-22T03:52:58.561Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}