v1
latestOpenAPI 3.1.02026-07-241765501.1 MBItem statistics
Retrieve item field statistics
🔐 This endpoint requires HTTP authentication (either Basic or Bearer). For authenticating with Bearer token, required scopes are: catalog(r).
Retrieve a list of statistics for all fields (such as brand or size).
get/v1/items_fields_stats
Query parameters
keystring required
The key of the index to use.
Example:key_K2pX7vBnU0bgA5xp
sectionstring
The section of the index to use. Defaults to Products.
Example:Products
num_results_per_pageinteger
The number of results per page to return.
Example:20
pageinteger
The page of results to return.
Example:1
offsetinteger
The number of results to skip from the beginning. Cannot be used together with page.
sort_by'name' | 'percentage_presence'
The item field name to sort results by.
Example:name
sort_order'ascending' | 'descending'
Response
OK