Ind Nutrient API
This API provides users with nutritional information for Indian foods. Users can retrieve a list of Indian dishes with their corresponding nutritional values, including the number of calories, the amount of protein, fat, and carbohydrates in grams. Authorization-free integration: Follow the endpoint definitions to seamlessly integrate the Ind Nutrients API into your app for accessing Indian…
Ind Nutrient API endpoints
| Method | Endpoint | Description |
|---|---|---|
| food | ||
| GET |
View All Food Items /food |
The request allows clients to retrieve a comprehensive list of all available food items. API request sent to [https://indnutrientsapi.tech/food](https://indnutrientsapi.tech/food) |
| GET |
View Food Item by Id /food/646e44df0e77ec175b88cf32 |
This request enables clients to retrieve detailed information about a specific food item based on its unique identifier (ID) API request sent to… |
| GET |
View Food Item By Name /food/name/paneer-butter-masala |
This request allows clients to retrieve detailed information about a food item by specifying by its `name`. When making the request, ensure the food item's name is written with… |
| GET |
View Food Items by Type /food?type=non-vegetarian |
This request allows clients to retrieve detailed information about a food item by filtering by query param `type`. API request sent to… |
| GET |
View Food Items by Core /food?core=chicken |
This request allows clients to retrieve detailed information about a food item by filtering by query param `core`. Clients can include multiple cores in a single request. For… |
| Core | ||
| GET |
View All Cores With Their Food Items /food/core |
This request allows clients to retrieve a list of all available cores along with the food items associated with each core. API request sent to… |
| Type | ||
| GET |
View All Types With Their Food Items /food/type |
This request allows clients to retrieve a list of all available types along with the food items associated with each type. API request sent to… |
| Other endpoints | ||
| GET |
ViewFoodItembyId /food/646e44df0e77ec175b88cf32 |
|
| GET |
ViewAllFoodItems /food |
|
Ind Nutrient API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|