get https://api.logmeal.com/v2/recommend/recipe
Ā© Consumes your monthly credits. Limited amount of monthly calls, exceeding calls will be charged as extras.
(S) Limited amount of calls per second.
Ā
This endpoint returns a set of recommended recipes for an APIUser based on the intakes reported. The recipes recommended contain all the detailed information for cooking the dish with a similar format of a food recipe book.
Ā
The recommendation process consists of three main steps:
- First, it tries to get the suitable dishes that the users should eat to improve the 'Variety Score' of their diet. For more information about this score, check endpoint '/v2/score/variety' (alternatively, a list of preferred dishes can be provided as a parameter to this endpoint). If not provided, the 'v2/recommend/dish' endpoint is used internally to get the recommended dishes.
- Once the dishes are obtained, a list of pre-stored recipes for these dishes are gathered.
- In order to improve the personalisation of this recommendation process, a final filtering method is carried out where APIUser's diet preferences and food restrictions are taken into consideration. So for better results, it is advised to add these user attributes to the API via the '/v2/profile/modifyUserProfileInfo' endpoint.
Ā
Read the specification of the response body to see the available fields with their descriptions.