šŸ”“ Get a recommendation about the daily macronutrient intake based on the user information. ā±

(S) Limited amount of calls per second.

Ā 

Returns a daily intake recommendation for calories and the main macronutrients. The recommendations are based on the user's profile information. If any user profile information is missing, the results will be based on the average worldwide. If the user has nutritional goals created, they will be returned with the recommendation. Check the documentation on '/v2/daily_nutritional_goal' for more information.

Ā 

It also returns two ranges. range and warning_range. range is where the ideal intake is, ok range. warning_range is where there is still room for improvement, fairly ok range. If the nutrient range only has a minimum value, above the minimum, ok range. All the values below the warning_range will be considered bad. If the nutrient range only has a maximum value, under the maximum, ok range. All the values above the warning_range will be considered bad. If the nutrient has minimum and maximum values, between them, ok range. All the values under the lower warning_range and values above the bigger warning_range will be considered bad.

Ā 

If the company has a Monitor or higher plan, they will also get recommendation values for the rest of available nutrients. Just like in /v2/daily_nutritional_goal/autocompute, some nutrients do not give out and automatic calculation. They will be in the response as null. See /v2/daily_nutritional_goal/autocompute's documentation for more information.

Ā 

If the user does not have a 'sex' assigned or has one which is not 'male' nor 'female' an average between these two will be used for all the calculations.

Ā 

Note that the output of this endpoint is based on a personalized but automated recommendation based on the Harris-Benedict formula. A professional dietitian should be consulted by the customer in order to assure it fits the user's needs. Once the recommended values have been computed based on the user profile information they will not be re-adjusted automatically unless you specifically call the endpoint /v2/daily_nutritional_goal/autocompute.

Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!