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/tk9a-30vh?include=prices 200 24ms{
"success": true,
"data": {
"id": "tk9a-30vh",
"name": "Suicune",
"number": "30",
"printed_number": "30",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9a-30vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9a-30vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9a-30vh.large.webp"
}
],
"expansion": {
"id": "tk9a",
"name": "XY Trainer Kit Suicune",
"total": 30,
"language": "English",
"language_code": "en",
"series": "XY",
"printed_total": 30,
"release_date": "2016/04/27",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk9a.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk9a.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "118851",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9a-30vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9a-30vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk9a-30vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "100",
"attacks": [
{
"cost": [
"Water",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Spiral Drain",
"text": "Heal 20 damage from this Pokémon.",
"damage": "20"
},
{
"cost": [
"Water",
"Water",
"Colorless"
],
"converted_energy_cost": 3,
"name": "Aurora Beam",
"damage": "80"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Common",
"artist": "Yoshinobu Saito",
"pricing": {
"currency": "USD",
"market": 1.83,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.83
},
{
"condition": "LP",
"price": 1.49
},
{
"condition": "MP",
"price": 0.76
},
{
"condition": "HP",
"price": 0.72
},
{
"condition": "DMG",
"price": 0.48
}
],
"graded": [],
"market_updated_at": "2026-09-21T03:52:24.302Z",
"trend_7d": {
"direction": "down",
"percent": -1.61
}
}
}
}