Food Database API

Method Endpoint Options
GET /api/products
  • ?page_size - Number of items per page (default 25, max 100)
GET /api/products/{id|sku}
  • ?with - Relationships to load (prices, price, promotions, promotion, nutritions, nutrition, ingredients, ingredient)
GET /api/supermarkets
GET /api/supermarkets/{id}
GET /api/supermarkets/{id}/products
  • ?page_size - Number of items per page (default 25, max 100)