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/xy1-130?include=prices 200 18ms{
"success": true,
"data": {
"id": "xy1-130",
"name": "Double Colorless Energy",
"number": "130",
"printed_number": "130",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/130.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/130.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/130.large.webp"
}
],
"expansion": {
"id": "xy1",
"name": "XY",
"total": 146,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "XY",
"printed_total": 146,
"release_date": "2014/02/05",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84886",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/130.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/130.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy1/130.large.webp"
}
]
}
],
"supertype": "Energy",
"subtypes": [
"Special"
],
"rarity": "Uncommon",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 0.81,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.81
},
{
"condition": "LP",
"price": 0.6
},
{
"condition": "MP",
"price": 0.44
},
{
"condition": "HP",
"price": 0.36
},
{
"condition": "DMG",
"price": 0.36
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 2.25,
"low": 1.91,
"high": 2.59,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:06:09.122Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}