Purpose

Search for the existence of products within our system, as well as the capability to determine which products are currently hyped (in high demand).

Query Parameters

All endpoints require the site parameter, which specifies the monitor name. A list of available monitors can be found in our Guidebook.

Response Body

The response from the API contains two main parts:

  • site: An object that contains information about the site being queried.

  • results: An array of objects that contain information about the products returned by the query.

Site Object

The site object is defined here.

Results Array

The results array contains objects that have the following fields:

FieldTypeDescription
errorBooleanIndicates if an error occurred
statusStringDetailed status indicating error/success
productObjectProduct object

Product Object

The product object is defined here.