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/mee-8?include=prices 200 19ms{
"success": true,
"data": {
"id": "mee-8",
"name": "Basic Metal Energy",
"number": "8",
"printed_number": "8",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mee-8.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mee-8.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mee-8.large.webp"
}
],
"expansion": {
"id": "mee",
"name": "Mega Evolution Energies",
"total": 8,
"language": "English",
"language_code": "en",
"series": "Mega Evolution",
"code": "MEE",
"printed_total": 8,
"release_date": "2025/09/26",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mee.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mee.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "656270",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mee-8.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mee-8.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mee-8.large.webp"
}
]
}
],
"supertype": "Energy",
"subtypes": [
"Basic"
],
"rarity": "Common",
"pricing": {
"currency": "USD",
"market": 0.14,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.14
},
{
"condition": "LP",
"price": 0.04
},
{
"condition": "HP",
"price": 0.01
}
],
"graded": [],
"market_updated_at": "2026-09-21T02:57:48.888Z",
"trend_7d": {
"direction": "up",
"percent": 27.27
}
}
}
}