Food Calories
Using food calories, you can get information about specific foods in kilojoules, calculate totals for any meal, or track daily food intake and health effects. It also helps to choose healthy foods for patients or sports fans.
Food Calories endpoints
| Method | Endpoint | Description |
|---|---|---|
| Category | ||
| GET |
get foods by category name /categories/{category_name}/foods |
simply you can send category name and get all foods in this category |
| GET |
categories /categories/all |
get all foods categories |
| GET |
category by name /categories/{category_name} |
get category object by its name as parameter |
| Foods | ||
| GET |
all foods list /foods/all |
get all foods list data list |
| GET |
get food by name /foods/{food_name} |
get food object by sending its name as parameter |
| GET |
sorted by kj /foods/sorted-by-kj |
get foods list sorted by kilo joule value |
| GET |
sorted by calories /foods/sorted-by-cals |
get foods list sorted by calories value |
Food Calories pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | Free | — |
|