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/me5-62vrh?include=prices 200 15ms{
"success": true,
"data": {
"id": "me5-62vrh",
"name": "Bastiodon",
"number": "62",
"printed_number": "62",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-62vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-62vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-62vrh.large.webp"
}
],
"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": "704819",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-62vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-62vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me5-62vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Metal"
],
"hp": "160",
"abilities": [
{
"name": "Ancient Bulwark",
"text": "As long as this Pokémon is on your Bench, prevent all damage done to each of your Pokémon by attacks from your opponent's Pokémon that have 2 or less Energy attached.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Metal",
"Metal",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Hammer In",
"damage": "160"
}
],
"weaknesses": [
{
"type": "Fire",
"value": "×2"
}
],
"resistances": [
{
"type": "Grass",
"value": "-30"
}
],
"rarity": "Rare",
"artist": "Kinu Nishimura",
"pricing": {
"currency": "USD",
"market": 0.29,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.29
},
{
"condition": "LP",
"price": 0.25
}
],
"graded": [],
"market_updated_at": "2026-09-22T03:49:28.543Z",
"trend_7d": {
"direction": "down",
"percent": -27.5
}
}
}
}