Food Nutrition Information
The API provides two endpoints: the Food Search endpoint, which returns foods that match desired search criteria, and the Food Details endpoint, which returns details on a particular food.
Food Nutrition Information endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Search foods using keywords. /foods/search |
Search for foods using keywords. |
| GET |
Find food by id /food/{fooId} |
Retrieves a single food item by an FDC ID. |
Food Nutrition Information pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 30 / minute |
|
| PRO | $1.99 / month | — |
|
| ULTRA | $9.99 / month | — |
|
| MEGA | $99.99 / month | — |
|