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

Discard an Energy attached to this Pokémon.
/api/v1/pokemon/cards/mcd11-3vh?include=prices 200 18ms{
"success": true,
"data": {
"id": "mcd11-3vh",
"name": "Tepig",
"number": "3",
"printed_number": "3",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/3vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/3vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/3vh.large.webp"
}
],
"expansion": {
"id": "mcd11",
"name": "McDonald's Collection 2011",
"total": 12,
"language": "English",
"language_code": "en",
"series": "Other",
"printed_total": 12,
"release_date": "2011/06/17",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd11.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/mcd11.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "89882",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/3vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/3vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/mcd11/3vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "70",
"attacks": [
{
"cost": [
"Fire",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Ember",
"text": "Discard an Energy attached to this Pokémon.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 7.16,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 7.16
},
{
"condition": "LP",
"price": 3.9
},
{
"condition": "MP",
"price": 2.42
},
{
"condition": "HP",
"price": 2.01
},
{
"condition": "DMG",
"price": 0.73
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 23,
"low": 19.55,
"high": 26.45,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T02:26:12.007Z",
"trend_7d": {
"direction": "up",
"percent": 2.73
}
}
}
}