Calorie Ninjas
- Bundle ID: calorie_ninjas
Get nutrition information and recipes from Calorie Ninjas
Requisites
To use Calorie Ninjas's services, you need to have the following credential information.
Required Credentials:
- CALORIE_NINJAS_API_KEY: API Key for authentication. Get it from https://calorieninjas.com/api
Plugins
Get nutrition info
Get the nutrition information of a food item with textual descriptions
- Plugin ID: calorie_ninjas/get_nutrition_info
Inputs
- food_description: The textual description of the foods. Example: 100ml of apple juice, 1 cup of rice, etc.
Outputs
- result: The nutrition information of the food item in json format
Get Recipe
Get the recipe information of a food item with textual descriptions. For example, 'Mushroom Risotto'
- Plugin ID: calorie_ninjas/get_recipe
Inputs
- query: The textual description of the recipe. Example: Mushroom Risotto
Outputs
- result: The recipe information in json format