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

Flip a coin. If heads, search your deck for any 1 card and put it into your hand. Shuffle your deck afterward.
You may attach up to 2 basic Water Energy cards from your hand to your Benched Pokémon in any way you like.
/api/v1/pokemon/cards/dp5-8vh?include=prices 200 16ms{
"success": true,
"data": {
"id": "dp5-8vh",
"name": "Manaphy",
"number": "8",
"printed_number": "8",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/8vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/8vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/8vh.large.webp"
}
],
"expansion": {
"id": "dp5",
"name": "Majestic Dawn",
"total": 100,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "MD",
"printed_total": 100,
"release_date": "2008/05/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87146",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/8vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/8vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/8vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "70",
"abilities": [
{
"name": "Aqua Skin",
"text": "When you attach a Water Energy card from your hand to Manaphy, remove 2 damage counters from Manaphy.",
"type": "Poké-Body"
}
],
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Chase Up",
"text": "Flip a coin. If heads, search your deck for any 1 card and put it into your hand. Shuffle your deck afterward."
},
{
"cost": [
"Water",
"Water"
],
"converted_energy_cost": 2,
"name": "Fountain",
"text": "You may attach up to 2 basic Water Energy cards from your hand to your Benched Pokémon in any way you like.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "+20"
}
],
"rarity": "Rare Holo",
"artist": "Suwama Chiaki",
"pricing": {
"currency": "USD",
"market": 4,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 4
},
{
"condition": "DMG",
"price": 2.12
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 82.5,
"low": 70.13,
"high": 94.87,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 15,
"low": 15,
"high": 15.13,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 11400,
"low": 11400,
"high": 11400,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "6",
"value": 28.73,
"low": 24.42,
"high": 33.04,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 10,
"low": 10,
"high": 20.99,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 19.7,
"low": 27.9,
"high": 27.9,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 30,
"low": 25.5,
"high": 34.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:36:44.623Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}