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

Flip 2 coins. This attack does 30 more damage for each heads.
During your opponent's next turn, any damage done to this Pokémon by attacks is increased by 40 (after applying Weakness and Resistance).
/api/v1/pokemon/cards/xy4-10vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "xy4-10vrh",
"name": "Talonflame",
"number": "10",
"printed_number": "10",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/10vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/10vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/10vrh.large.webp"
}
],
"expansion": {
"id": "xy4",
"name": "Phantom Forces",
"total": 124,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "PHF",
"printed_total": 119,
"release_date": "2014/11/05",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "94143",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/10vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/10vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy4/10vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Fire"
],
"hp": "130",
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Acrobatics",
"text": "Flip 2 coins. This attack does 30 more damage for each heads.",
"damage": "30"
},
{
"cost": [
"Fire",
"Fire",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Jet Shoot",
"text": "During your opponent's next turn, any damage done to this Pokémon by attacks is increased by 40 (after applying Weakness and Resistance).",
"damage": "120"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"resistances": [
{
"type": "Fighting",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Mitsuhiro Arita",
"pricing": {
"currency": "USD",
"market": 1.07,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.07
},
{
"condition": "LP",
"price": 0.49
},
{
"condition": "MP",
"price": 0.51
},
{
"condition": "HP",
"price": 0.2
},
{
"condition": "DMG",
"price": 0.25
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 36,
"low": 30.6,
"high": 41.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:30:56.509Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}