Skip to main content
GET
/
listings
/
prices
Retrieve historical prices
curl --request GET \
  --url https://api.managem.co.uk/listings/prices
[
  {
    "time": "2026-03-01T00:00:00.000Z",
    "listed": {
      "min": 1000,
      "max": 1500,
      "avg": 1250,
      "vol": 8
    },
    "sold": {
      "min": 1100,
      "max": 1400,
      "avg": 1280,
      "vol": 4
    }
  },
  {
    "time": "2026-03-02T00:00:00.000Z",
    "listed": {
      "min": 900,
      "max": 1600,
      "avg": 1210,
      "vol": 11
    },
    "sold": {
      "min": 1000,
      "max": 1500,
      "avg": 1300,
      "vol": 6
    }
  }
]

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"

range
enum<string>
default:1M
Available options:
1M,
3M,
6M,
1Y

Response

Price history

time
string
required

ISO timestamp for the interval

listed
Pricing Information · object
required

Statistics for a price range

sold
Pricing Information · object
required

Statistics for a price range