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 a Fire Energy card and attach it to this Pokémon. Shuffle your deck afterward.
/api/v1/pokemon/cards/mcd12-4vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "mcd12-4vh",
"name": "Pignite",
"number": "4",
"printed_number": "4",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd12/4vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd12/4vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd12/4vh.large.webp"
}
],
"expansion": {
"id": "mcd12",
"name": "McDonald's Collection 2012",
"total": 12,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 12,
"release_date": "2012/06/15",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd12.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd12.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88064",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd12/4vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd12/4vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd12/4vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fire"
],
"hp": "100",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Flame Charge",
"text": "Search your deck for a Fire Energy card and attach it to this Pokémon. Shuffle your deck afterward."
},
{
"cost": [
"Fire",
"Fire",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Heat Crash",
"damage": "50"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Kouki Saitou",
"pricing": {
"currency": "USD",
"market": 13.58,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 13.58
},
{
"condition": "LP",
"price": 4.61
},
{
"condition": "MP",
"price": 3.07
},
{
"condition": "HP",
"price": 1.69
},
{
"condition": "DMG",
"price": 1.45
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 999.99,
"low": 999.99,
"high": 999.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "5",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 50.5,
"low": 42.93,
"high": 58.08,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 53.29,
"low": 45.3,
"high": 61.28,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:39:19.101Z",
"trend_7d": {
"direction": "down",
"percent": -5.37
}
}
}
}