NutriNet API
2 subscribers
5 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
NutriNet API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get all food products /products |
Returns a list of all food products in the database, including their GTIN, title, image URL, net weight, category, ingredients, allergens, nutritional information, and… |
| GET |
Get a specific food product by GTIN /products/{gtin} |
Returns information about a specific food product identified by its GTIN, including its title, image URL, net weight, category, ingredients, allergens, nutritional information,… |
| POST |
Create a new food product /products/ |
Adds a new food product to the database with the provided details, including its title, image URL, net weight, category, ingredients, allergens, nutritional information, and… |
| PATCH |
Update a specific food product by GTIN /products/{gtin} |
Updates information about a specific food product identified by its GTIN, including its title, image URL, net weight, category, ingredients, allergens, nutritional information,… |
| DELETE |
Delete a specific food product by GTIN /products/{gtin} |
Deletes a specific food product identified by its GTIN from the database. |
NutriNet API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $10 / month | 5000 / second |
|
| ULTRA | $20 / month | — |
|