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

Search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck.
Put 2 of your opponent's Benched Pokémon and all cards attached to them into your opponent's hand. (You can't use more than 1 GX attack in a game.)
/api/v1/pokemon/cards/sm2-92a?include=prices 200 22ms{
"success": true,
"data": {
"id": "sm2-92a",
"name": "Sylveon-GX",
"number": "92a",
"printed_number": "92a",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/92a.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/92a.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/92a.large.webp"
}
],
"expansion": {
"id": "sm2",
"name": "Guardians Rising",
"total": 180,
"language": "English",
"language_code": "en",
"series": "Sun & Moon",
"code": "GRI",
"printed_total": 145,
"release_date": "2017/05/05",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "131006",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/92a.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/92a.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm2/92a.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1",
"GX"
],
"types": [
"Fairy"
],
"hp": "200",
"attacks": [
{
"cost": [
"Fairy"
],
"converted_energy_cost": 1,
"name": "Magical Ribbon",
"text": "Search your deck for up to 3 cards and put them into your hand. Then, shuffle your deck."
},
{
"cost": [
"Fairy",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Fairy Wind",
"damage": "110"
},
{
"cost": [
"Fairy",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Plea-GX",
"text": "Put 2 of your opponent's Benched Pokémon and all cards attached to them into your opponent's hand. (You can't use more than 1 GX attack in a game.)"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"resistances": [
{
"type": "Darkness",
"value": "-20"
}
],
"rarity": "Rare Holo GX",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 23.96,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 23.96
},
{
"condition": "LP",
"price": 19.62
},
{
"condition": "MP",
"price": 15.04
},
{
"condition": "HP",
"price": 10.65
},
{
"condition": "DMG",
"price": 9.1
}
],
"graded": [
{
"company": "CGC",
"grade": "6.5",
"value": 12.5,
"low": 10.63,
"high": 14.37,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "1",
"value": 49.99,
"low": 42.49,
"high": 57.49,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 250,
"low": 209.99,
"high": 250,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "4",
"value": 18,
"low": 13.5,
"high": 18,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 19.99,
"low": 19.25,
"high": 19.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 29.95,
"low": 25.46,
"high": 34.44,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 29.99,
"low": 29.97,
"high": 29.99,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8.5",
"value": 26,
"low": 22.1,
"high": 29.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 49.99,
"low": 49.25,
"high": 49.99,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "SGC",
"grade": "9",
"value": 30,
"low": 25.5,
"high": 34.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:18:34.787Z",
"trend_7d": {
"direction": "flat",
"percent": -0.5
}
}
}
}