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-77a?include=prices 200 19ms{
"success": true,
"data": {
"id": "xy6-77a",
"name": "Shaymin-EX",
"number": "77a",
"printed_number": "77a",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77a.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77a.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77a.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": "98113",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77a.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77a.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77a.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": 271.85,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 271.85
},
{
"condition": "LP",
"price": 238.85
},
{
"condition": "MP",
"price": 182.63
},
{
"condition": "HP",
"price": 172.05
},
{
"condition": "DMG",
"price": 127.23
}
],
"graded": [
{
"company": "BGS",
"grade": "8.5",
"value": 392,
"low": 378.4,
"high": 798.4,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "BGS",
"grade": "9",
"value": 1000,
"low": 1000,
"high": 1000,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9",
"value": 519.83,
"low": 362.5,
"high": 646.6,
"confidence": "med",
"value_kind": "sold",
"sold_count": 4
},
{
"company": "CGC",
"grade": "9.5",
"value": 719.89,
"low": 591.98,
"high": 1103.98,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "10",
"value": 20241.25,
"low": 18655,
"high": 24295,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "6",
"value": 299.95,
"low": 279.99,
"high": 319.98,
"confidence": "med",
"value_kind": "sold",
"sold_count": 3
},
{
"company": "PSA",
"grade": "7",
"value": 367,
"low": 317,
"high": 379.99,
"confidence": "high",
"value_kind": "sold",
"sold_count": 9
},
{
"company": "PSA",
"grade": "8",
"value": 449.99,
"low": 440.1,
"high": 562.9,
"confidence": "high",
"value_kind": "sold",
"sold_count": 12,
"trend": {
"direction": "flat",
"percent": 0
}
},
{
"company": "PSA",
"grade": "9",
"value": 1050,
"low": 973.09,
"high": 1304.55,
"confidence": "high",
"value_kind": "sold",
"sold_count": 10,
"trend": {
"direction": "flat",
"percent": 0
}
}
],
"market_updated_at": "2026-09-21T03:18:18.995Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}