Nutrichef
Use this API to fetch structured food information that goes beyond just calories — get full macro- and micro-nutrient breakdown per 100g, daily-value estimates, ingredient composition, dietary labels, and other metadata useful for frontend apps, health tools, or recipe services. What you get per food item Nutrition facts: protein, carbohydrate, fat; calories; fiber; key minerals / vitamins (e.g.…
Nutrichef endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Food list /list |
Call this API to get the list of current available **food's name**. This name will serve as unique id for another API calls. |
| GET |
Get Food Detail /name/{dishname} |
When you call GET /name/:dishname, the API returns a JSON object containing structured information about the dish specified by :dishname. The response includes: { "_id": "",… |
Nutrichef pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $11 / month | — |
|
| ULTRA Recommended | $21 / month | — |
|
| MEGA | $51 / month | — |
|