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 40 more damage.
/api/v1/pokemon/cards/xy2_ja-60vh?include=prices 200 19ms{
"success": true,
"data": {
"id": "xy2_ja-60vh",
"name": "Goodra",
"number": "60",
"printed_number": "60",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/60vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/60vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/60vh.large.webp"
}
],
"expansion": {
"id": "xy2_ja",
"name": "Wild Blaze",
"total": 90,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "XY2",
"printed_total": 80,
"release_date": "2014/03/15",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy2_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy2_ja.symbol.png",
"translation": {
"en": {
"name": "Wild Blaze"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "603357",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/60vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/60vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy2_ja/60vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 2"
],
"types": [
"Dragon"
],
"hp": "150",
"abilities": [
{
"name": "Gooey Regeneration",
"text": "As often as you like (before your attack), you may discard an Energy attached to this Pokémon. If you do, heal 60 damage from this Pokémon.",
"type": "Ability"
}
],
"attacks": [
{
"cost": [
"Water",
"Fairy",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Heavy Whip",
"text": "Flip a coin. If heads, this attack does 40 more damage.",
"damage": "80+"
}
],
"weaknesses": [
{
"type": "Fairy",
"value": "×2"
}
],
"rarity": "Rare",
"artist": "5ban Graphics",
"pricing": {
"currency": "USD",
"market": 2.95,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.95
},
{
"condition": "LP",
"price": 0.99
},
{
"condition": "DMG",
"price": 1
}
],
"graded": [
{
"company": "PSA",
"grade": "10",
"value": 50,
"low": 42.5,
"high": 57.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 22,
"low": 18.7,
"high": 25.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-10T04:12:16.903Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}