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/me5-19vrh?include=prices 200 58ms{
"success": true,
"data": {
"id": "me5-19vrh",
"name": "Brionne",
"number": "19",
"printed_number": "19",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-19vrh.small.png",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-19vrh.large.png",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-19vrh.large.png"
}
],
"expansion": {
"id": "me5",
"name": "Pitch Black",
"total": 120,
"language": "English",
"language_code": "en",
"series": "Mega Evolution",
"code": "PBL",
"printed_total": 84,
"release_date": "2026/07/17",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "704776",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-19vrh.small.png",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-19vrh.large.png",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-19vrh.large.png"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Water"
],
"hp": "90",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Hyper Voice",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Common",
"artist": "MINAMINAMI Take",
"pricing": {
"currency": "USD",
"market": 0.16,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.16
},
{
"condition": "LP",
"price": 0.13
}
],
"graded": [],
"market_updated_at": "2026-07-29T09:36:21.568Z",
"trend_7d": {
"direction": "up",
"percent": 14.29
}
}
}
}