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 an Energy from this Pokémon.
/api/v1/pokemon/cards/sm11-23?include=prices 200 18ms{
"success": true,
"data": {
"id": "sm11-23",
"name": "Numel",
"number": "23",
"printed_number": "23",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/23.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/23.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/23.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": "194939",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/23.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/23.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm11/23.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "90",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Tackle",
"damage": "10"
},
{
"cost": [
"Fire",
"Colorless",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Flamethrower",
"text": "Discard an Energy from this Pokémon.",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Motofumi Fujiwara",
"pricing": {
"currency": "USD",
"market": 0.17,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.17
},
{
"condition": "MP",
"price": 0.06
},
{
"condition": "HP",
"price": 0.12
}
],
"graded": [],
"market_updated_at": "2026-09-21T02:35:58.618Z",
"trend_7d": {
"direction": "down",
"percent": -5.56
}
}
}
}