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-77vh?include=prices 200 18ms{
"success": true,
"data": {
"id": "xy6-77vh",
"name": "Shaymin-EX",
"number": "77",
"printed_number": "77",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77vh.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": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/77vh.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 Holo EX",
"artist": "Ayaka Yoshida",
"pricing": {
"currency": "USD",
"market": 10.88,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 10.88
},
{
"condition": "LP",
"price": 9.02
},
{
"condition": "MP",
"price": 6.88
},
{
"condition": "HP",
"price": 6.21
},
{
"condition": "DMG",
"price": 5.46
}
],
"graded": [
{
"company": "BGS",
"grade": "9",
"value": 530,
"low": 530,
"high": 530,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "7",
"value": 6.5,
"low": 5.53,
"high": 7.48,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7.5",
"value": 14.99,
"low": 12.74,
"high": 17.24,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 10.6,
"low": 9.01,
"high": 12.19,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 31,
"low": 31,
"high": 47,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "6",
"value": 26.53,
"low": 26.53,
"high": 30.79,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 11.56,
"low": 11.56,
"high": 11.56,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 24.66,
"low": 24.06,
"high": 24.9,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-21T03:18:18.995Z",
"trend_7d": {
"direction": "down",
"percent": -3.72
}
}
}
}