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/miscppp_ja-4?include=prices 200 17ms{
"success": true,
"data": {
"id": "miscppp_ja-4",
"name": "Manaphy",
"number": "4",
"printed_number": "4",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/4.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/4.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/4.large.webp"
}
],
"expansion": {
"id": "miscppp_ja",
"name": "PPP Promos",
"total": 7,
"language": "Japanese",
"language_code": "ja",
"series": "Other",
"printed_total": 7,
"release_date": "2007/05/01",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscppp_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/miscppp_ja.symbol.png",
"translation": {
"en": {
"name": "PPP Promos"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": null,
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/4.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/4.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/miscppp_ja/4.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"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"
}
],
"rarity": "Common",
"artist": "Suwama Chiaki",
"pricing": {
"currency": "USD",
"market": 39.99,
"is_stale": true,
"conditions": [
{
"condition": "NM",
"price": 39.99
},
{
"condition": "LP",
"price": 15
}
],
"graded": [
{
"company": "BGS",
"grade": "9",
"value": 87,
"low": 73.95,
"high": 100.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 2221.3,
"low": 1261,
"high": 1261,
"confidence": "med",
"value_kind": "blended",
"sold_count": 1
},
{
"company": "PSA",
"grade": "9",
"value": 49.99,
"low": 42.49,
"high": 57.49,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-08-30T16:18:24.447Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}