Grocery API
Private grocery items endpoint for use with
anthony.media
apps.
API Key and domain whitelist required for use.
GET Routes:
List all categories
/v1/
:key
/category
List all categories and all subcategories
/v1/
:key
/subcategory
GET item by ID
/v1/
:key
/item/
:id
GET all items in category
/v1/
:key
/list/
:category
GET all items in a subcategory
/v1/
:key
/list/
:category
/
:subcategory
GET total item amount
/v1/
:key
/stats/total
Query Routes:
QUERY item title in all items
/v1/
:key
/search/
:query
QUERY item title in all items within a main category
/v1/
:key
/
:category
/search/
:query
QUERY item title in all items within a sub category
/v1/
:key
/
:category
/
:subcategory
/search/
:query