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

Heal 10 damage from each of your Pokémon.
Flip 2 coins. This attack does 30 damage times the number of heads.
/api/v1/pokemon/cards/dv1-4vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "dv1-4vh",
"name": "Dragonair",
"number": "4",
"printed_number": "4",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/4vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/4vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/4vh.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": "84903",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/4vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/4vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dv1/4vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Stage 1"
],
"types": [
"Dragon"
],
"hp": "70",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Healing Melody",
"text": "Heal 10 damage from each of your Pokémon."
},
{
"cost": [
"Lightning",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Slam",
"text": "Flip 2 coins. This attack does 30 damage times the number of heads.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Dragon",
"value": "×2"
}
],
"rarity": "Rare Holo",
"artist": "Kagemaru Himeno",
"pricing": {
"currency": "USD",
"market": 15.22,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 15.22
},
{
"condition": "LP",
"price": 9.16
},
{
"condition": "MP",
"price": 6.49
},
{
"condition": "HP",
"price": 4.84
},
{
"condition": "DMG",
"price": 3.85
}
],
"graded": [
{
"company": "ACE",
"grade": "9.5",
"value": 36,
"low": 30.6,
"high": 41.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 60,
"low": 51,
"high": 69,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7.5",
"value": 10,
"low": 8.5,
"high": 11.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 29.13,
"low": 25,
"high": 25,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "CGC",
"grade": "8.5",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "CGC",
"grade": "9",
"value": 126.24,
"low": 89.5,
"high": 166.5,
"confidence": "high",
"value_kind": "sold",
"sold_count": 6
},
{
"company": "PSA",
"grade": "10",
"value": 188.89,
"low": 202.5,
"high": 202.5,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "6",
"value": 8.5,
"low": 7.23,
"high": 9.77,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 21.75,
"low": 12.25,
"high": 26,
"confidence": "low",
"value_kind": "feed",
"sold_count": 7
},
{
"company": "PSA",
"grade": "9",
"value": 175.47,
"low": 203.9,
"high": 235.06,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
}
],
"market_updated_at": "2026-09-22T02:53:21.876Z",
"trend_7d": {
"direction": "up",
"percent": 1.33
}
}
}
}