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 tails, discard an Energy attached to this Pokémon.
/api/v1/pokemon/cards/bw3-19vrh?include=prices 200 20ms{
"success": true,
"data": {
"id": "bw3-19vrh",
"name": "Larvesta",
"number": "19",
"printed_number": "19",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/19vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/19vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/19vrh.large.webp"
}
],
"expansion": {
"id": "bw3",
"name": "Noble Victories",
"total": 102,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "NVI",
"printed_total": 101,
"release_date": "2011/11/16",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw3.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "86627",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/19vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/19vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw3/19vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "70",
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Ember",
"text": "Flip a coin. If tails, discard an Energy attached to this Pokémon.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 11.95,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 11.95
},
{
"condition": "LP",
"price": 3.76
},
{
"condition": "MP",
"price": 0.5
},
{
"condition": "HP",
"price": 0.2
}
],
"graded": [],
"market_updated_at": "2026-09-21T21:50:59.875Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}