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/tk6b-1?include=prices 200 18ms{
"success": true,
"data": {
"id": "tk6b-1",
"name": "Spoink",
"number": "1",
"printed_number": "1",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-1.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-1.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-1.large.webp"
}
],
"expansion": {
"id": "tk6b",
"name": "XY Trainer Kit Noivern",
"total": 30,
"language": "English",
"language_code": "en",
"series": "XY",
"printed_total": 30,
"release_date": "2014/03/12",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk6b.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk6b.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "97996",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-1.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-1.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk6b-1.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Psychic"
],
"hp": "60",
"attacks": [
{
"cost": [
"Psychic"
],
"converted_energy_cost": 1,
"name": "Splash",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Psychic",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Atsuko Nishida",
"pricing": {
"currency": "USD",
"market": 0.8,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.8
},
{
"condition": "LP",
"price": 0.43
},
{
"condition": "MP",
"price": 0.41
},
{
"condition": "HP",
"price": 0.28
},
{
"condition": "DMG",
"price": 0.72
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:35:16.296Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}