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/dp2-48vs?include=prices 200 17ms{
"success": true,
"data": {
"id": "dp2-48vs",
"name": "Gabite (Staff Stamp)",
"number": "48",
"printed_number": "48",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2-48vs.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2-48vs.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2-48vs.large.webp"
}
],
"expansion": {
"id": "dp2",
"name": "Mysterious Treasures",
"total": 124,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "MT",
"printed_total": 123,
"release_date": "2007/08/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "164205",
"variants": [
{
"name": "staffStamp",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2-48vs.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2-48vs.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2-48vs.large.webp"
}
]
}
],
"rarity": "Uncommon",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 2.13,
"is_stale": true,
"conditions": [
{
"condition": "NM",
"price": 2.13
},
{
"condition": "LP",
"price": 1.92
},
{
"condition": "MP",
"price": 1.3
},
{
"condition": "HP",
"price": 0.97
},
{
"condition": "DMG",
"price": 0.51
}
],
"graded": [],
"market_updated_at": "2026-09-22T03:09:39.295Z",
"trend_7d": {
"direction": "down",
"percent": -1.84
}
}
}
}