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 a coin for each Energy attached to this Pokémon. This attack does 50 damage times the number of heads.
This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)
/api/v1/pokemon/cards/xy6-45vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "xy6-45vrh",
"name": "Togekiss",
"number": "45",
"printed_number": "45",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/45vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/45vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/45vrh.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": "98081",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/45vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/45vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy6/45vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Fairy"
],
"hp": "140",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Powerful Slap",
"text": "Flip a coin for each Energy attached to this Pokémon. This attack does 50 damage times the number of heads.",
"damage": "50"
},
{
"cost": [
"Fairy",
"Fairy",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Aura Sphere",
"text": "This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
"damage": "70"
}
],
"weaknesses": [
{
"type": "Metal",
"value": "×2"
}
],
"resistances": [
{
"type": "Darkness",
"value": "-20"
}
],
"rarity": "Rare",
"artist": "Sumiyoshi Kizuki",
"pricing": {
"currency": "USD",
"market": 6.7,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 6.7
},
{
"condition": "LP",
"price": 5.69
},
{
"condition": "MP",
"price": 3.04
},
{
"condition": "HP",
"price": 1.12
},
{
"condition": "DMG",
"price": 2.71
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 30,
"low": 30,
"high": 30,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "10",
"value": 100,
"low": 85,
"high": 115,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:18:18.995Z",
"trend_7d": {
"direction": "up",
"percent": 1.82
}
}
}
}