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 20 damage from this Pokémon.
/api/v1/pokemon/cards/bw9-81vrh?include=prices 200 16ms{
"success": true,
"data": {
"id": "bw9-81vrh",
"name": "Dratini",
"number": "81",
"printed_number": "81",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/81vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/81vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/81vrh.large.webp"
}
],
"expansion": {
"id": "bw9",
"name": "Plasma Freeze",
"total": 122,
"language": "English",
"language_code": "en",
"series": "Black & White",
"code": "PLF",
"printed_total": 116,
"release_date": "2013/05/08",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "84939",
"variants": [
{
"name": "reverseHolofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/81vrh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/81vrh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/81vrh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Dragon"
],
"hp": "50",
"attacks": [
{
"cost": [
"Grass"
],
"converted_energy_cost": 1,
"name": "Shed Skin",
"text": "Heal 20 damage from this Pokémon."
},
{
"cost": [
"Lightning",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Tail Smack",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Dragon",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Atsuko Nishida",
"pricing": {
"currency": "USD",
"market": 7.62,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 7.62
},
{
"condition": "LP",
"price": 4
},
{
"condition": "MP",
"price": 3.54
},
{
"condition": "HP",
"price": 0.7
}
],
"graded": [
{
"company": "PSA",
"grade": "7",
"value": 11,
"low": 9.35,
"high": 12.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 99.99,
"low": 84.99,
"high": 114.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:11:45.869Z",
"trend_7d": {
"direction": "flat",
"percent": 0.26
}
}
}
}