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

Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward.
Switch Manaphy with 1 of your Benched Pokémon.
/api/v1/pokemon/cards/dp1-9vh?include=prices 200 16ms{
"success": true,
"data": {
"id": "dp1-9vh",
"name": "Manaphy",
"number": "9",
"printed_number": "9",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/9vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/9vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/9vh.large.webp"
}
],
"expansion": {
"id": "dp1",
"name": "Diamond & Pearl",
"total": 130,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "DP",
"printed_total": 130,
"release_date": "2007/05/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp1.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87143",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/9vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/9vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1/9vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "70",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Call for Family",
"text": "Search your deck for a Basic Pokémon and put it onto your Bench. Shuffle your deck afterward."
},
{
"cost": [
"Water",
"Water"
],
"converted_energy_cost": 2,
"name": "Aqua Ring",
"text": "Switch Manaphy with 1 of your Benched Pokémon.",
"damage": "30"
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "+20"
}
],
"rarity": "Rare Holo",
"artist": "Nakaoka",
"pricing": {
"currency": "USD",
"market": 16.07,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 16.07
},
{
"condition": "LP",
"price": 7.5
},
{
"condition": "MP",
"price": 4.82
},
{
"condition": "HP",
"price": 2.23
},
{
"condition": "DMG",
"price": 1.4
}
],
"graded": [
{
"company": "BGS",
"grade": "8",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "10",
"value": 31,
"low": 26.35,
"high": 35.65,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "5.5",
"value": 5,
"low": 4.25,
"high": 5.75,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "7.5",
"value": 2.54,
"low": 2.16,
"high": 2.92,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 13,
"low": 13,
"high": 25.06,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 39,
"low": 33.15,
"high": 44.85,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 25,
"low": 24.06,
"high": 25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 27.57,
"low": 39.76,
"high": 39.76,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 20.55,
"low": 18.5,
"high": 23.5,
"confidence": "med",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8.5",
"value": 152.5,
"low": 129.63,
"high": 175.38,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 89.83,
"low": 111,
"high": 111,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
}
],
"market_updated_at": "2026-09-21T03:47:49.806Z",
"trend_7d": {
"direction": "up",
"percent": 0.69
}
}
}
}