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/xy3-104?include=prices 200 20ms{
"success": true,
"data": {
"id": "xy3-104",
"name": "Strong Energy",
"number": "104",
"printed_number": "104",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/104.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/104.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/104.large.webp"
}
],
"expansion": {
"id": "xy3",
"name": "Furious Fists",
"total": 114,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "FFI",
"printed_total": 111,
"release_date": "2014/08/13",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "92287",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/104.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/104.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/104.large.webp"
}
]
}
],
"supertype": "Energy",
"subtypes": [
"Special"
],
"rarity": "Uncommon",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 1.01,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.01
},
{
"condition": "LP",
"price": 0.69
},
{
"condition": "MP",
"price": 0.57
},
{
"condition": "HP",
"price": 0.36
},
{
"condition": "DMG",
"price": 0.3
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:39:13.477Z",
"trend_7d": {
"direction": "down",
"percent": -1.94
}
}
}
}