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

Reveal the top card of your deck and put it into your hand. If that card is a Pokémon, draw 2 cards.
If Luvdisc and the Defending Pokémon have the same amount of Energy attached to them, this attack does 10 damage plus 20 more damage.
/api/v1/pokemon/cards/dp4-77?include=prices 200 17ms{
"success": true,
"data": {
"id": "dp4-77",
"name": "Luvdisc",
"number": "77",
"printed_number": "77",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/77.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/77.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/77.large.webp"
}
],
"expansion": {
"id": "dp4",
"name": "Great Encounters",
"total": 106,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "GE",
"printed_total": 106,
"release_date": "2008/02/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "86936",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/77.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/77.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/77.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "60",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Rendezvous",
"text": "Reveal the top card of your deck and put it into your hand. If that card is a Pokémon, draw 2 cards."
},
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Synchro Dance",
"text": "If Luvdisc and the Defending Pokémon have the same amount of Energy attached to them, this attack does 10 damage plus 20 more damage.",
"damage": "10"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "+10"
}
],
"rarity": "Common",
"artist": "Motofumi Fujiwara",
"pricing": {
"currency": "USD",
"market": 0.85,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.85
},
{
"condition": "LP",
"price": 0.44
},
{
"condition": "MP",
"price": 0.43
},
{
"condition": "HP",
"price": 0.3
},
{
"condition": "DMG",
"price": 0.18
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 23,
"low": 15,
"high": 31,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 6,
"low": 5.1,
"high": 6.9,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 150,
"low": 127.5,
"high": 172.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 20,
"low": 17,
"high": 23,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:43:18.271Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}