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/tk3b-11?include=prices 200 17ms{
"success": true,
"data": {
"id": "tk3b-11",
"name": "Fighting Energy",
"number": "11",
"printed_number": "11",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-11.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-11.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-11.large.webp"
}
],
"expansion": {
"id": "tk3b",
"name": "DP Trainer Kit Lucario",
"total": 11,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"printed_total": 11,
"release_date": "2007/09/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3b.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk3b.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85443",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-11.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-11.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk3b-11.large.webp"
}
]
}
],
"supertype": "Energy",
"rarity": "Common",
"pricing": {
"currency": "USD",
"market": 0.39,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.39
},
{
"condition": "MP",
"price": 0.35
},
{
"condition": "HP",
"price": 0.24
},
{
"condition": "DMG",
"price": 0.05
}
],
"graded": [],
"market_updated_at": "2026-09-22T02:57:39.649Z",
"trend_7d": {
"direction": "up",
"percent": 56
}
}
}
}