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-61vh?include=prices 200 19ms{
"success": true,
"data": {
"id": "xy3-61vh",
"name": "Tyrunt",
"number": "61",
"printed_number": "61",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/61vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/61vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/61vh.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": "92238",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/61vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/61vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy3/61vh.large.webp"
}
]
}
],
"rarity": "Uncommon",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 3.1,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.1
},
{
"condition": "LP",
"price": 1.43
},
{
"condition": "MP",
"price": 1.41
},
{
"condition": "HP",
"price": 1.08
},
{
"condition": "DMG",
"price": 0.91
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 1921.75,
"low": 1820.13,
"high": 2023.38,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-14T02:53:54.706Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}