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 Water Pokémon, reveal it, and put it in your hand. Shuffle your deck afterwards.
Switch this Pokémon with 1 of your Benched Pokémon.
/api/v1/pokemon/cards/cp5_ja-11?include=prices 200 16ms{
"success": true,
"data": {
"id": "cp5_ja-11",
"name": "Manaphy",
"number": "11",
"printed_number": "11",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/11.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/11.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/11.large.webp"
}
],
"expansion": {
"id": "cp5_ja",
"name": "Mythical & Legendary Dream Shine Collection",
"total": 38,
"language": "Japanese",
"language_code": "ja",
"series": "XY",
"code": "CP5",
"printed_total": 36,
"release_date": "2016/07/16",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/cp5_ja.symbol.png",
"translation": {
"en": {
"name": "Mythical & Legendary Dream Shine Collection"
}
}
},
"language": "Japanese",
"language_code": "ja",
"tcgplayer_id": "606040",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/11.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/11.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/cp5_ja/11.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"attacks": [
{
"cost": [
"Water"
],
"converted_energy_cost": 1,
"name": "Marine Guidance",
"text": "Search your deck for a Water Pokémon, reveal it, and put it in your hand. Shuffle your deck afterwards."
},
{
"cost": [
"Water",
"Water"
],
"converted_energy_cost": 2,
"name": "Aqua Ring",
"text": "Switch this Pokémon with 1 of your Benched Pokémon.",
"damage": "30"
}
],
"rarity": "Common",
"artist": "Ken Sugimori",
"pricing": {
"currency": "USD",
"market": 6.29,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 6.29
},
{
"condition": "LP",
"price": 5.25
},
{
"condition": "MP",
"price": 4.5
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 38,
"low": 32.3,
"high": 43.7,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "6",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 88,
"low": 70.4,
"high": 125.99,
"confidence": "high",
"value_kind": "sold",
"sold_count": 5
},
{
"company": "PSA",
"grade": "8",
"value": 12,
"low": 10.2,
"high": 13.8,
"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-08-23T02:16:46.755Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}