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

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.
You may discard a Fire Energy attached to this Pokémon. If you do, this attack does 30 more damage.
/api/v1/pokemon/cards/bw5-12?include=prices 200 17ms{
"success": true,
"data": {
"id": "bw5-12",
"name": "Flareon",
"number": "12",
"printed_number": "12",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/12.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/12.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/12.large.webp"
}
],
"expansion": {
"id": "bw5",
"name": "Dark Explorers",
"total": 111,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "DEX",
"printed_total": 108,
"release_date": "2012/05/09",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "85500",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/12.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/12.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/12.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Fire"
],
"hp": "90",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Sand-Attack",
"text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
"damage": "20"
},
{
"cost": [
"Fire",
"Colorless",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Fire Slash",
"text": "You may discard a Fire Energy attached to this Pokémon. If you do, this attack does 30 more damage.",
"damage": "60"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "Suwama Chiaki",
"pricing": {
"currency": "USD",
"market": 4.19,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4.19
},
{
"condition": "LP",
"price": 3.36
},
{
"condition": "MP",
"price": 2.25
},
{
"condition": "HP",
"price": 1.95
},
{
"condition": "DMG",
"price": 2.03
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 541,
"low": 459.85,
"high": 622.15,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "6.5",
"value": 34,
"low": 28.9,
"high": 39.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 248,
"low": 100,
"high": 248,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 270,
"low": 229.5,
"high": 310.5,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 111,
"low": 94.35,
"high": 127.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 15,
"low": 15,
"high": 20,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 100,
"low": 86.88,
"high": 110,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:25:34.444Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}