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-34?include=prices 200 67ms{
"success": true,
"data": {
"id": "mep-34",
"name": "Mega Meganium ex",
"number": "34",
"printed_number": "34",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-34.small.png",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-34.large.png",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-34.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-34.small.png",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-34.large.png",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-34.large.png"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2",
"MEGA",
"ex"
],
"types": [
"Grass"
],
"hp": "360",
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"rarity": "Promo",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 1.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.99
}
],
"graded": [],
"market_updated_at": "2026-07-29T04:09:40.216Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}