GET /recipes/random
Obtenga una receta totalmente aleatoria con instrucciones de cocina completas, lista de ingredientes con medidas, categoría, origen de la cocina y una imagen en miniatura. Perfecto para secciones de "¿qué cocino esta noche?", widgets de receta del día, generadores de retos culinarios y para añadir variedad a las aplicaciones de planificación de comidas. Datos de TheMealDB.
curl https://nordapi.ee/api/v1/recipes/random
{
"data": {
"area": "Irish",
"category": "Beef",
"id": "52998",
"ingredients": [
{
"ingredient": "Beef Brisket",
"measure": "3 Lbs"
},
{
"ingredient": "Small Potatoes",
"measure": "10"
},
{
"ingredient": "Carrots",
"measure": "5"
},
{
"ingredient": "Cabbage",
"measure": "1 head"
}
],
"instructions": "1\r\n\r\nPlace corned beef in large pot or Dutch oven and cover with water. Add the spice packet that came with the corned beef. Cover pot and bring to a boil, then reduce to a simmer. Simmer approximately 50 minutes per pound or until tender.\r\n\r\n2\r\n\r\nAdd whole potatoes and peeled and cut carrots, and cook until the vegetables are almost tender. Add cabbage and cook for 15 more minutes. Remove meat and let rest 15 minutes.\r\n\r\n3\r\n\r\nPlace vegetables in a bowl and cover. Add as much broth (cooking liquid reserved in the Dutch oven or large pot) as you want. Slice meat across the grain.",
"name": "Corned Beef and Cabbage",
"source": "",
"tags": [
"Cheap"
],
"thumbnail": "https://www.themealdb.com/images/media/meals/xb97a81583266727.jpg",
"youtube": ""
},
"success": true
}