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/tk5b-22?include=prices 200 17ms{
"success": true,
"data": {
"id": "tk5b-22",
"name": "Fighting Energy",
"number": "22",
"printed_number": "22",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-22.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-22.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-22.large.webp"
}
],
"expansion": {
"id": "tk5b",
"name": "BW Trainer Kit Excadrill",
"total": 30,
"language": "English",
"language_code": "en",
"series": "Black & White",
"printed_total": 30,
"release_date": "2011/09/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk5b.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk5b.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "98681",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-22.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-22.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk5b-22.large.webp"
}
]
}
],
"supertype": "Energy",
"rarity": "Common",
"pricing": {
"currency": "USD",
"market": 0.69,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.69
},
{
"condition": "LP",
"price": 0.45
},
{
"condition": "MP",
"price": 0.5
},
{
"condition": "HP",
"price": 0.25
}
],
"graded": [],
"market_updated_at": "2026-09-21T02:40:41.569Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}