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. If heads, heal 30 damage from this Pokémon.
/api/v1/pokemon/cards/sv2-35vrh?include=prices 200 19ms{
"success": true,
"data": {
"id": "sv2-35vrh",
"name": "Fuecoco",
"number": "35",
"printed_number": "35",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/35vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/35vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/35vrh.large.webp"
}
],
"expansion": {
"id": "sv2",
"name": "Paldea Evolved",
"total": 279,
"language": "English",
"language_code": "en",
"series": "Scarlet & Violet",
"code": "PAL",
"printed_total": 193,
"release_date": "2023/06/09",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "497446",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/35vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/35vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2/35vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "90",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Spacing Out",
"text": "Flip a coin. If heads, heal 30 damage from this Pokémon."
},
{
"cost": [
"Fire",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Flare",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Common",
"artist": "ryoma uratsuka",
"pricing": {
"currency": "USD",
"market": 0.26,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.26
},
{
"condition": "LP",
"price": 0.2
},
{
"condition": "MP",
"price": 0.12
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 21,
"low": 17.85,
"high": 24.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 8,
"low": 8,
"high": 46.75,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "SGC",
"grade": "8.5",
"value": 3.25,
"low": 2.76,
"high": 3.74,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:32:55.520Z",
"trend_7d": {
"direction": "down",
"percent": -21.21
}
}
}
}