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 tails, discard a Fire Energy attached to Vulpix.
/api/v1/pokemon/cards/hgss2-68?include=prices 200 17ms{
"success": true,
"data": {
"id": "hgss2-68",
"name": "Vulpix",
"number": "68",
"printed_number": "68",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/68.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/68.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/68.large.webp"
}
],
"expansion": {
"id": "hgss2",
"name": "HS—Unleashed",
"total": 96,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"code": "UL",
"printed_total": 95,
"release_date": "2010/05/12",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "90445",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/68.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/68.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/68.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Fire"
],
"hp": "60",
"attacks": [
{
"cost": [
"Fire"
],
"converted_energy_cost": 1,
"name": "Fireworks",
"text": "Flip a coin. If tails, discard a Fire Energy attached to Vulpix.",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Water",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Hajime Kusajima",
"pricing": {
"currency": "USD",
"market": 3.64,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.64
},
{
"condition": "LP",
"price": 1.41
},
{
"condition": "MP",
"price": 0.9
},
{
"condition": "HP",
"price": 0.69
},
{
"condition": "DMG",
"price": 0.87
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 79,
"low": 67.15,
"high": 90.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 25,
"low": 25,
"high": 25,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 25.41,
"low": 22.22,
"high": 44,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:49:53.759Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}