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 heads, this attack does 30 more damage.
This Pokémon does 100 damage to itself.
/api/v1/pokemon/cards/xy2-47vrh?include=prices 200 21ms{
"success": true,
"data": {
"id": "xy2-47vrh",
"name": "Golem",
"number": "47",
"printed_number": "47",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/47vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/47vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/47vrh.large.webp"
}
],
"expansion": {
"id": "xy2",
"name": "Flashfire",
"total": 110,
"language": "English",
"language_code": "en",
"series": "XY",
"code": "FLF",
"printed_total": 106,
"release_date": "2014/05/07",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "91180",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/47vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/47vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2/47vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Fighting"
],
"hp": "150",
"attacks": [
{
"cost": [
"Fighting",
"Fighting",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Stone Edge",
"text": "Flip a coin. If heads, this attack does 30 more damage.",
"damage": "60"
},
{
"cost": [
"Fighting",
"Fighting",
"Colorless",
"Colorless"
],
"converted_energy_cost": 4,
"name": "Explosion",
"text": "This Pokémon does 100 damage to itself.",
"damage": "150"
}
],
"weaknesses": [
{
"type": "Grass",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "Sumiyoshi Kizuki",
"pricing": {
"currency": "USD",
"market": 0.82,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.82
},
{
"condition": "LP",
"price": 0.5
},
{
"condition": "MP",
"price": 0.74
},
{
"condition": "DMG",
"price": 0.4
}
],
"graded": [
{
"company": "CGC",
"grade": "8.5",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 21,
"low": 17.85,
"high": 24.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 40.6,
"low": 43.88,
"high": 43.88,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T02:37:40.580Z",
"trend_7d": {
"direction": "down",
"percent": -1.2
}
}
}
}