Powered live by GET /api/v1/pokemon/… — the same public API documented in API Docs. Search supports the full q syntax.

/api/v1/pokemon/cards/mep-71?include=prices 200 265ms{
"success": true,
"data": {
"id": "mep-71",
"name": "Mega Zygarde ex",
"number": "71",
"printed_number": "71",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-71.small.png",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-71.large.png",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-71.large.png"
}
],
"expansion": {
"id": "mep",
"name": "Mega Evolution Black Star Promos",
"total": 79,
"language": "English",
"language_code": "en",
"series": "Mega Evolution",
"code": "MEP",
"printed_total": 79,
"release_date": "2025/09/26",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/mep.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-71.small.png",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-71.large.png",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-71.large.png"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"MEGA",
"ex"
],
"types": [
"Fighting"
],
"hp": "310",
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "takuyoa",
"pricing": {
"currency": "USD",
"market": 1.5,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.5
},
{
"condition": "LP",
"price": 0.99
}
],
"graded": [],
"market_updated_at": "2026-07-30T02:15:52.558Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}