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 2 cards and put them into your hand. Shuffle your deck afterward.
/api/v1/pokemon/cards/xy11-96vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "xy11-96vrh",
"name": "Talonflame",
"number": "96",
"printed_number": "96",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/96vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/96vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/96vrh.large.webp"
}
],
"expansion": {
"id": "xy11",
"name": "Steam Siege",
"total": 116,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "STS",
"printed_total": 114,
"release_date": "2016/08/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy11.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "120156",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/96vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/96vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy11/96vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Colorless"
],
"hp": "130",
"abilities": [
{
"name": "Gale Wings",
"text": "If this Pokémon is in your hand when you are setting up to play, you may put it face down as your Active Pokémon.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Aero Blitz",
"text": "Search your deck for up to 2 cards and put them into your hand. Shuffle your deck afterward.",
"damage": "40"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 0.66,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.66
},
{
"condition": "DMG",
"price": 0.5
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:53:50.880Z",
"trend_7d": {
"direction": "up",
"percent": 1.54
}
}
}
}