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_ja-529?include=prices 200 24ms{
"success": true,
"data": {
"id": "dp1_ja-529",
"name": "Manaphy",
"number": "529",
"printed_number": "529",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-529.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-529.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-529.large.webp"
}
],
"expansion": {
"id": "dp1_ja",
"name": "Space Time Creation",
"total": 130,
"language": "Japanese",
"language_code": "ja",
"series": "Diamond & Pearl",
"code": "DP1",
"printed_total": 130,
"release_date": "2006/11/30",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp1_ja.symbol.png",
"translation": {
"en": {
"name": "Space Time Creation"
}
}
},
"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/dp1_ja-529.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-529.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp1_ja-529.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Water"
],
"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"
}
],
"rarity": "Rare",
"artist": "Nakaoka",
"pricing": {
"currency": "USD",
"market": 1.15,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 1.15
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 69.25,
"low": 38.5,
"high": 100,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "5.5",
"value": 2,
"low": 1.7,
"high": 2.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 46.5,
"low": 46.5,
"high": 131,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
},
{
"company": "PSA",
"grade": "6",
"value": 13.5,
"low": 11.48,
"high": 15.52,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "7",
"value": 14,
"low": 11.9,
"high": 16.1,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "8",
"value": 15,
"low": 12.75,
"high": 17.25,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 30.5,
"low": 22.5,
"high": 30.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:12:39.712Z",
"trend_7d": {
"direction": "down",
"percent": -90.16
}
}
}
}