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

Return this Pokémon and all cards attached to it to your hand.
/api/v1/pokemon/cards/xy6-77avh?include=prices 200 16ms{
"success": true,
"data": {
"id": "xy6-77avh",
"name": "Shaymin-EX",
"number": "77a",
"printed_number": "77a",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77avh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77avh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77avh.large.webp"
}
],
"expansion": {
"id": "xy6",
"name": "Roaring Skies",
"total": 112,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "ROS",
"printed_total": 108,
"release_date": "2015/05/06",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy6.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "148350",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77avh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77avh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77avh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic",
"EX"
],
"types": [
"Colorless"
],
"hp": "110",
"abilities": [
{
"name": "Set Up",
"text": "When you play this Pokémon from your hand onto your Bench, you may draw cards until you have 6 cards in your hand.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Sky Return",
"text": "Return this Pokémon and all cards attached to it to your hand.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Rare Ultra",
"artist": "TOKIYA",
"pricing": {
"currency": "USD",
"market": 274.97,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 274.97
},
{
"condition": "LP",
"price": 235.92
},
{
"condition": "MP",
"price": 180.71
},
{
"condition": "HP",
"price": 172.05
},
{
"condition": "DMG",
"price": 127.23
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:18:18.995Z",
"trend_7d": {
"direction": "down",
"percent": -1.09
}
}
}
}