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/xy0-16?include=prices 200 16ms{
"success": true,
"data": {
"id": "xy0-16",
"name": "Poochyena",
"number": "16",
"printed_number": "16",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/16.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/16.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/16.large.webp"
}
],
"expansion": {
"id": "xy0",
"name": "Kalos Starter Set",
"total": 39,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "KSS",
"printed_total": 39,
"release_date": "2013/11/08",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy0.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy0.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88302",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/16.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/16.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy0/16.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Darkness"
],
"hp": "60",
"attacks": [
{
"cost": [
"Darkness",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Bite",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "×2"
}
],
"resistances": [
{
"type": "Psychic",
"value": "-20"
}
],
"rarity": "Common",
"artist": "Mizue",
"pricing": {
"currency": "USD",
"market": 0.74,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.74
},
{
"condition": "LP",
"price": 0.38
},
{
"condition": "MP",
"price": 0.26
},
{
"condition": "HP",
"price": 0.2
},
{
"condition": "DMG",
"price": 0.63
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 69.99,
"low": 59.49,
"high": 80.49,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:40:57.903Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}