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 3 cards of your deck and put them back on top of your deck in any order.
/api/v1/pokemon/cards/dp4m_ja-165?include=prices 200 17ms{
"success": true,
"data": {
"id": "dp4m_ja-165",
"name": "Porygon",
"number": "165",
"printed_number": "165",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-165.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-165.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-165.large.webp"
}
],
"expansion": {
"id": "dp4m_ja",
"name": "Moonlit Pursuit",
"total": 70,
"language": "Japanese",
"language_code": "ja",
"series": "Diamond & Pearl",
"code": "DP4",
"printed_total": 70,
"release_date": "2007/10/26",
"logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4m_ja.logo.png",
"symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/dp4m_ja.symbol.png",
"translation": {
"en": {
"name": "Moonlit Pursuit"
}
}
},
"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/dp4m_ja-165.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-165.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4m_ja-165.large.webp"
}
]
}
],
"supertype": "Pokémon",
"subtypes": [
"Basic"
],
"types": [
"Colorless"
],
"hp": "50",
"attacks": [
{
"cost": [
"Colorless"
],
"converted_energy_cost": 1,
"name": "Calculate",
"text": "Look at the top 3 cards of your deck and put them back on top of your deck in any order."
},
{
"cost": [
"Colorless",
"Colorless"
],
"converted_energy_cost": 2,
"name": "Sharpen",
"damage": "20"
}
],
"weaknesses": [
{
"type": "Fighting",
"value": "+10"
}
],
"rarity": "usually",
"artist": "Kent Kanetsuna",
"pricing": {
"currency": "USD",
"market": 2,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 2
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 19.5,
"low": 8,
"high": 31,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 13,
"low": 11.05,
"high": 14.95,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 96,
"low": 81.6,
"high": 110.4,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 22,
"low": 18.7,
"high": 25.3,
"confidence": "low",
"value_kind": "feed",
"sold_count": 1
}
],
"market_updated_at": "2026-09-18T08:18:41.075Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}