> ## Documentation Index
> Fetch the complete documentation index at: https://docs.managem.co.uk/llms.txt
> Use this file to discover all available pages before exploring further.

# Search & Data

> Discovery and searching is easy on Managem with our Search & Data APIs

<img src="https://mintcdn.com/managem/JwthiBp-Ca5zDncq/images/cards.png?fit=max&auto=format&n=JwthiBp-Ca5zDncq&q=85&s=dbe43794a067601ddd4508a57a225e08" alt="Pokemon cards" width="1389" height="463" data-path="images/cards.png" />

The Search & Data retrieval APIs support discovering, retrieving and exploring items & listings across the Managem marketplace. They're the same API endpoints that enable the screenshot from our website above.

The endpoints cover full-text item search, faceted search, category & hierarchy search and the retrieval of specific items as well as historical prices.

<Card title="Listings" href="/api-reference/listings/search-all-live-listings">
  The listings endpoints enable full-text faceted search through all listings on the marketplace; they also enable you to search through a specific seller's listings (using the associated seller's user ID) and listings for a specific item.

  You can also use this group of endpoints to retrieve historical prices for an item.
</Card>

<Card title="Items" href="/marketplace/data/types">
  Items represent both single cards and sealed products on the Managem marketplace. Searching through items enables you to quickly retrieve availability information for items within a game, set and of a particular type.
</Card>

<Card title="Hierarchy" href="/api-reference/search/full-hierarchy">
  The hierarchy endpoints allow you to build rich navigation menus based upon the available games, sets and types on Managem. Each response also provides the necessary facets to continue refining a user's search.
</Card>

<Card title="Retrieval/Lookup" href="/search-and-data/lookup">
  If you know the URN and/or slug of the item you want to retrieve, you can use this group of endpoints to lookup the data directly.
</Card>
