Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

Discard the top card of your deck.
/api/v1/pokemon/cards/mep-77vs?include=prices 200 19ms{
"success": true,
"data": {
"id": "mep-77vs",
"name": "Goodra (Staff Stamp)",
"number": "77",
"printed_number": "77",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-77vs.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-77vs.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-77vs.large.webp"
}
],
"expansion": {
"id": "mep",
"name": "Mega Evolution Black Star Promos",
"total": 112,
"language": "English",
"language_code": "en",
"series": "Mega Evolution",
"code": "MEP",
"printed_total": 112,
"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": "staffStamp",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-77vs.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-77vs.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mep-77vs.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Dragon"
],
"hp": "160",
"abilities": [
{
"name": "Slimy Sliding",
"text": "When your opponent's Active Pokémon retreats, your opponent flips a coin. If tails, Energy for its Retreat Cost is not discarded, and they don't switch Pokémon. The effect of Slimy Sliding doesn't stack.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Water",
"Psychic"
],
"converted_energy_cost": 2,
"name": "Dragon Pulse",
"text": "Discard the top card of your deck.",
"damage": "160"
}
],
"rarity": "Promo",
"artist": "okayamatakatoshi",
"pricing": {
"currency": "USD",
"market": 22.07,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 22.07
}
],
"graded": [
{
"company": "PSA",
"grade": "9",
"value": 51.5,
"low": 46.75,
"high": 56.25,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T04:07:06.090Z",
"trend_7d": {
"direction": "down",
"percent": -2.82
}
}
}
}