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, search your deck for Fraxure, reveal it, and put it into your hand, Shuffle your deck afterward.
/api/v1/pokemon/cards/dv1-12vh?include=prices 200 18ms{
"success": true,
"data": {
"id": "dv1-12vh",
"name": "Axew",
"number": "12",
"printed_number": "12",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/12vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/12vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/12vh.large.webp"
}
],
"expansion": {
"id": "dv1",
"name": "Dragon Vault",
"total": 21,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "DRV",
"printed_total": 20,
"release_date": "2012/10/05",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dv1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dv1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "83670",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/12vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/12vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/12vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Dragon"
],
"hp": "40",
"attacks": [
{
"cost": [
"Fighting"
],
"converted_energy_cost": 1,
"name": "Signs of Evolution",
"text": "Flip a coin. If heads, search your deck for Fraxure, reveal it, and put it into your hand, Shuffle your deck afterward."
},
{
"cost": [
"Metal"
],
"converted_energy_cost": 1,
"name": "Scratch",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Dragon",
"value": "×2"
}
],
"rarity": "Rare Holo",
"artist": "Mizue",
"pricing": {
"currency": "USD",
"market": 2.04,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2.04
},
{
"condition": "LP",
"price": 1.15
},
{
"condition": "MP",
"price": 0.95
},
{
"condition": "HP",
"price": 0.61
},
{
"condition": "DMG",
"price": 0.71
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 35,
"low": 29.75,
"high": 40.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "CGC",
"grade": "8",
"value": 5.5,
"low": 5.5,
"high": 5.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "7",
"value": 10.6,
"low": 7.5,
"high": 7.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 8.25,
"low": 11.01,
"high": 11.01,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 18.5,
"low": 14,
"high": 25.63,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "TAG",
"grade": "7.5",
"value": 2.25,
"low": 1.91,
"high": 2.59,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-21T03:47:06.103Z",
"trend_7d": {
"direction": "up",
"percent": 5.7
}
}
}
}