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

Each player draws and reveals the top card of his or her deck.
Before doing damage, remove 1 damage counter from the Defending Pokémon.
/api/v1/pokemon/cards/hgss4-39?include=prices 200 17ms{
"success": true,
"data": {
"id": "hgss4-39",
"name": "Luvdisc",
"number": "39",
"printed_number": "39",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/39.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/39.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/39.large.webp"
}
],
"expansion": {
"id": "hgss4",
"name": "HS—Triumphant",
"total": 103,
"language": "English",
"language_code": "en",
"series": "HeartGold & SoulSilver",
"code": "TM",
"printed_total": 102,
"release_date": "2010/11/03",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "86938",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/39.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/39.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/39.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Rendezvous Draw",
"text": "Each player draws and reveals the top card of his or her deck."
},
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Distorted Wave",
"text": "Before doing damage, remove 1 damage counter from the Defending Pokémon.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "×2"
}
],
"rarity": "Uncommon",
"artist": "sui",
"pricing": {
"currency": "USD",
"market": 0.65,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.65
},
{
"condition": "LP",
"price": 0.4
},
{
"condition": "MP",
"price": 0.26
},
{
"condition": "HP",
"price": 0.18
},
{
"condition": "DMG",
"price": 0.23
}
],
"graded": [
{
"company": "PSA",
"grade": "8",
"value": 31,
"low": 26.35,
"high": 35.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T03:15:00.976Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}