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

Move an Energy from this Pokémon to 1 of your Benched Pokémon.
/api/v1/pokemon/cards/xy10-71vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "xy10-71vrh",
"name": "Whimsicott",
"number": "71",
"printed_number": "71",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/71vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/71vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/71vrh.large.webp"
}
],
"expansion": {
"id": "xy10",
"name": "Fates Collide",
"total": 129,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "FCO",
"printed_total": 124,
"release_date": "2016/05/02",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "xy10-71",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/71vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/71vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/71vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fairy"
],
"hp": "90",
"attacks": [
{
"cost": [
"Fairy"
],
"converted_energy_cost": 1,
"name": "Light Steps",
"text": "Move an Energy from this Pokémon to 1 of your Benched Pokémon.",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"resistances": [
{
"type": "Darkness",
"value": "-20"
}
],
"rarity": "Uncommon",
"artist": "sui",
"pricing": {
"currency": "USD",
"market": 2.99,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.99
},
{
"condition": "LP",
"price": 1.56
},
{
"condition": "MP",
"price": 1.13
},
{
"condition": "HP",
"price": 0.39
},
{
"condition": "DMG",
"price": 1.91
}
],
"graded": [],
"market_updated_at": "2026-09-21T02:50:16.099Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}