Tengo Hambre (“I’m hungry”) surfaces recipes you can cook using ingredients that are about to expire in your household’s inventory. The engine scores each candidate recipe by how many of its required ingredients match items currently in stock, ranking results byDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/EstefanoARG/FridgeRadar/llms.txt
Use this file to discover all available pages before exploring further.
porcentaje_match descending so the best-fit recipes appear first. When solo_criticos=true (the default), only items in amarillo or rojo freshness state are considered — helping you use up the most at-risk food before it goes to waste. A valid Bearer token is required.
Get Recipe Suggestions
Returns a ranked list of recipe suggestions tailored to the household’s expiring inventory.The unique identifier of the household whose inventory is analysed for recipe matches.
When
true, only inventory items with a semáforo state of amarillo or rojo are used as candidate ingredients. Set to false to consider all items regardless of freshness state.Maximum number of recipe suggestions to return. Increase this value to paginate through a wider set of matches.
- GET /api/v1/tengo-hambre/{id_hogar}
- Response 200
SugerenciaResponse
Unique identifier of the matched recipe.
Display name of the recipe.
Optional longer description of the recipe. May be
null if no description is stored.Estimated preparation time in minutes, or
null if unknown.Difficulty level of the recipe, e.g.
facil, media, or dificil.Number of servings the recipe yields, or
null if not specified.URL of a cover image for the recipe, or
null if unavailable.Approximate calories per serving, or
null if not available.Match score between 0 and 100 representing what percentage of the recipe’s required ingredients are present in the household’s inventory. Results are sorted by this field descending.
true if at least one ingredient used by this recipe is currently in amarillo or rojo freshness state, indicating the recipe actively helps reduce food waste.