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 the top 4 cards of your deck. If any of those cards are Fire Energy cards, attach them to your Pokémon in any way you like.
This attack does 20 more damage for each of your opponent's Benched Pokémon.
/api/v1/pokemon/cards/xy7-14?include=prices 200 27ms{
"success": true,
"data": {
"id": "xy7-14",
"name": "Entei",
"number": "14",
"printed_number": "14",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/14.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/14.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/14.large.webp"
}
],
"expansion": {
"id": "xy7",
"name": "Ancient Origins",
"total": 101,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "AOR",
"printed_total": 98,
"release_date": "2015/08/12",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy7.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "100620",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/14.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/14.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy7/14.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "120",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Burning Roar",
"text": "Discard the top 4 cards of your deck. If any of those cards are Fire Energy cards, attach them to your Pokémon in any way you like."
},
{
"cost": [
"Fire",
"Fire"
],
"converted_energy_cost": 2,
"name": "Combat Blaze",
"text": "This attack does 20 more damage for each of your opponent's Benched Pokémon.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Naoki Saito",
"pricing": {
"currency": "USD",
"market": 0.47,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.47
},
{
"condition": "LP",
"price": 0.46
},
{
"condition": "MP",
"price": 0.32
},
{
"condition": "HP",
"price": 0.3
},
{
"condition": "DMG",
"price": 0.31
}
],
"graded": [
{
"company": "CGC",
"grade": "7",
"value": 40,
"low": 34,
"high": 46,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 15.99,
"low": 13.59,
"high": 18.39,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 101,
"low": 85.85,
"high": 116.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 12,
"low": 10.2,
"high": 13.8,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 15.5,
"low": 13.18,
"high": 17.83,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:03:44.352Z",
"trend_7d": {
"direction": "down",
"percent": -2.08
}
}
}
}