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

/api/v1/pokemon/cards/tk1a-1?include=prices 200 20ms{
"success": true,
"data": {
"id": "tk1a-1",
"name": "Bagon",
"number": "1",
"printed_number": "1",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/1.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/1.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/1.large.webp"
}
],
"expansion": {
"id": "tk1a",
"name": "EX Trainer Kit Latias",
"total": 10,
"language": "English",
"language_code": "en",
"series": "EX",
"printed_total": 10,
"release_date": "2004/06/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1a.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/tk1a.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "83694",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/1.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/1.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk1a/1.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "40",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Headbutt",
"damage": "10"
},
{
"cost": [
"Fire",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Flare",
"damage": "20"
}
],
"rarity": "Common",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 0.27,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.27
},
{
"condition": "LP",
"price": 0.23
},
{
"condition": "MP",
"price": 0.14
},
{
"condition": "HP",
"price": 0.15
},
{
"condition": "DMG",
"price": 0.1
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:47:13.911Z",
"trend_7d": {
"direction": "up",
"percent": 35
}
}
}
}