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

Look at the top 7 cards of your deck, choose 1 of them, and put it into your hand. Put the other cards back on top of your deck. Shuffle your deck afterward.
Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Remove from Manaphy the number of damage counters equal to the damage you did to that Pokémon.
/api/v1/pokemon/cards/pop9-2vh?include=prices 200 17ms{
"success": true,
"data": {
"id": "pop9-2vh",
"name": "Manaphy",
"number": "2",
"printed_number": "2",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/2vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/2vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/2vh.large.webp"
}
],
"expansion": {
"id": "pop9",
"name": "POP Series 9",
"total": 17,
"language": "English",
"language_code": "en",
"series": "POP",
"printed_total": 17,
"release_date": "2009/03/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop9.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop9.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "87147",
"variants": [
{
"name": "holofoil",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/2vh.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/2vh.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop9/2vh.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"hp": "70",
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Dive",
"text": "Look at the top 7 cards of your deck, choose 1 of them, and put it into your hand. Put the other cards back on top of your deck. Shuffle your deck afterward."
},
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Water Glow",
"text": "Choose 1 of your opponent's Pokémon. This attack does 20 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Remove from Manaphy the number of damage counters equal to the damage you did to that Pokémon."
}
],
"weaknesses": [
{
"type": "Lightning",
"value": "+20"
}
],
"rarity": "Rare",
"artist": "Masakazu Fukuda",
"pricing": {
"currency": "USD",
"market": 3.94,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 3.94
},
{
"condition": "LP",
"price": 2.24
},
{
"condition": "MP",
"price": 1.88
},
{
"condition": "HP",
"price": 1.65
},
{
"condition": "DMG",
"price": 1.29
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 749.98,
"low": 749.98,
"high": 874.97,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 74.99,
"low": 63.74,
"high": 86.24,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "2.5",
"value": 21,
"low": 17.85,
"high": 24.15,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "6",
"value": 45.83,
"low": 41.1,
"high": 57.9,
"confidence": "med",
"value_kind": "blended",
"sold_count": 2
},
{
"company": "PSA",
"grade": "7",
"value": 23.5,
"low": 39.99,
"high": 39.99,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "8",
"value": 16,
"low": 13.6,
"high": 18.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 120,
"low": 64,
"high": 120,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:54:47.245Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}