Skip to main content
GET
/
search
/
lookup
Lookup item
curl --request GET \
  --url https://api.managem.co.uk/search/lookup
{
  "urn": "<string>",
  "type": "card",
  "game": "Pokemon",
  "title": "<string>",
  "name": "<string>",
  "rarity": "<string>",
  "set": {
    "name": "<string>",
    "urn": "<string>",
    "counts": {
      "printed": 123,
      "total": 123
    },
    "references": [
      "<string>"
    ],
    "size": 123,
    "symbol": {
      "url": "<string>"
    },
    "released": "<string>"
  },
  "series": {
    "name": "<string>",
    "urn": "<string>"
  },
  "images": [
    {
      "urn": "<string>",
      "orientation": "portrait",
      "url": "<string>",
      "illustrator": "<string>"
    }
  ],
  "number": "<string>",
  "description": "<string>",
  "price": 123,
  "available": 0,
  "quantity": 0,
  "min": {
    "price": 123
  },
  "max": {
    "price": 123
  }
}

Query Parameters

urn
string

URN of the item to lookup

Example:

"urn:managem:pokemon:product/pop8/pop-series-8-pack-4c899e14"

slug
string

Slug of the item to lookup

Example:

"/pokemon/product/pop8/pop-series-8-pack-4c899e14"

Response

A specific item, if it exists

urn
string
required
Pattern: [^/]$
type
enum<string>
required
Available options:
card
game
enum<string>
required
Available options:
Pokemon
title
string
required
name
string
required
rarity
string
required
set
object
required
series
object
required
images
object[]
required
number
string | null
description
string
price
integer
available
integer
default:0

Total available for this listing

quantity
integer
default:0

Total quantity available

min
object
max
object