Skip to main content
POST
/
listings
/
item
curl --request POST \
  --url https://api.managem.co.uk/listings/item \
  --header 'Content-Type: application/json' \
  --data '
{
  "urn": "urn:managem:pokemon:card/base1/58-pikachu",
  "from": 0,
  "size": 25
}
'
{
  "total": 1,
  "hits": [
    {
      "id": "lst_654",
      "sellerId": "sel_321",
      "condition": "NM",
      "price": 1599,
      "quantity": 3,
      "available": 3,
      "language": "English",
      "variants": [],
      "createdAt": "2026-03-03T12:00:00.000Z",
      "updatedAt": "2026-03-03T12:00:00.000Z",
      "item": {
        "urn": "urn:managem:pokemon:card/base1/58-pikachu",
        "type": "card",
        "game": "Pokemon",
        "title": "Pikachu",
        "name": "Pikachu",
        "rarity": "Common",
        "number": "58",
        "set": {
          "name": "Base Set",
          "urn": "urn:managem:pokemon:set/base1",
          "counts": {},
          "references": []
        },
        "series": {
          "name": "Base",
          "urn": "urn:managem:pokemon:series/base"
        },
        "images": [
          {
            "urn": "urn:managem:pokemon:image/base1-58",
            "orientation": "portrait",
            "url": "https://assets.managem.co.uk/images/base1-58.png"
          }
        ],
        "alternatives": [],
        "metadata": [],
        "slug": "/pokemon/card/base1/58-pikachu"
      },
      "seller": {
        "id": "usr_100",
        "username": "tcgtrader",
        "avatar": "https://assets.managem.co.uk/avatars/usr_100.png",
        "reviews": 24,
        "rating": 4.5,
        "score": 4.4,
        "sales": 91,
        "purchases": 12
      },
      "locked": false,
      "attachments": []
    }
  ],
  "facets": {
    "Availability": {
      "In Stock": 1
    }
  }
}

Body

application/json
query
string

One or more free text search terms

filters
object[]
facets
object

Facets to refine the search results. Values are case-sensitive unless noted otherwise.

from
number | null
default:0

Offset for pagination

size
number
default:25

Number of results to return

Required range: 1 <= x <= 50
sorting
object

Sort results by field and order

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

200 - application/json

Listings for the item

Result of a listings search query

total
number
required

Total number of results

hits
object[]
required

List of listings

facets
object
required

Facets that can be applied to further refine the search results