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/dp4-81?include=prices 200 17ms{
"success": true,
"data": {
"id": "dp4-81",
"name": "Porygon",
"number": "81",
"printed_number": "81",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/81.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/81.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/81.large.webp"
}
],
"expansion": {
"id": "dp4",
"name": "Great Encounters",
"total": 106,
"language": "English",
"language_code": "en",
"series": "Diamond & Pearl",
"code": "GE",
"printed_total": 106,
"release_date": "2008/02/01",
"logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.logo.png",
"symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.symbol.png"
},
"language": "English",
"language_code": "en",
"tcgplayer_id": "88311",
"variants": [
{
"name": "normal",
"images": [
{
"type": "front",
"small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/81.small.webp",
"medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/81.large.webp",
"large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/81.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": "Common",
"artist": "Kent Kanetsuna",
"pricing": {
"currency": "USD",
"market": 0.42,
"is_stale": false,
"conditions": [
{
"condition": "NM",
"price": 0.42
},
{
"condition": "LP",
"price": 0.3
},
{
"condition": "MP",
"price": 0.33
},
{
"condition": "HP",
"price": 0.19
},
{
"condition": "DMG",
"price": 0.14
}
],
"graded": [
{
"company": "CGC",
"grade": "10",
"value": 53,
"low": 28,
"high": 421,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "8.5",
"value": 7,
"low": 5.95,
"high": 8.05,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9",
"value": 8,
"low": 6.8,
"high": 9.2,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "CGC",
"grade": "9.5",
"value": 18.5,
"low": 18.13,
"high": 18.5,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "10",
"value": 246.5,
"low": 209.53,
"high": 283.47,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "5",
"value": 10.5,
"low": 8.92,
"high": 12.08,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
},
{
"company": "PSA",
"grade": "9",
"value": 24.5,
"low": 20.83,
"high": 28.17,
"confidence": "low",
"value_kind": "feed",
"sold_count": 0
}
],
"market_updated_at": "2026-09-22T02:43:18.271Z",
"trend_7d": {
"direction": "flat",
"percent": 0
}
}
}
}