GET /recipes/random
Hae a completely random recipe with full cooking instructions, ingredient list with measurements, category, cuisine origin, and a thumbnail image. Sopii 'what should I cook tonight?' features, recipe-of-the-day widgets, cooking challenge generators, and adding variety to meal planning apps. Data TheMealDB.
curl https://nordapi.ee/api/v1/recipes/random
{
"data": {
"area": "British",
"category": "Beef",
"id": "52873",
"ingredients": [
{
"ingredient": "Olive Oil",
"measure": "2 tbs"
},
{
"ingredient": "Butter",
"measure": "25g"
},
{
"ingredient": "Beef",
"measure": "750g"
},
{
"ingredient": "Plain Flour",
"measure": "2 tblsp "
},
{
"ingredient": "Garlic",
"measure": "2 cloves minced"
},
{
"ingredient": "Onions",
"measure": "175g"
},
{
"ingredient": "Celery",
"measure": "150g"
},
{
"ingredient": "Carrots",
"measure": "150g"
},
{
"ingredient": "Leek",
"measure": "2 chopped"
},
{
"ingredient": "Swede",
"measure": "200g"
},
{
"ingredient": "Red Wine",
"measure": "150ml"
},
{
"ingredient": "Beef Stock",
"measure": "500g"
},
{
"ingredient": "Bay Leaf",
"measure": "2"
},
{
"ingredient": "Thyme",
"measure": "3 tbs"
},
{
"ingredient": "Parsley",
"measure": "3 tblsp chopped"
},
{
"ingredient": "Plain Flour",
"measure": "125g"
},
{
"ingredient": "Baking Powder",
"measure": "1 tsp "
},
{
"ingredient": "Suet",
"measure": "60g"
},
{
"ingredient": "Water",
"measure": "Splash"
}
],
"instructions": "Preheat the oven to 180C/350F/Gas 4.\r\n\r\nFor the beef stew, heat the oil and butter in an ovenproof casserole and fry the beef until browned on all sides.\r\n\r\nSprinkle over the flour and cook for a further 2-3 minutes.\r\n\r\nAdd the garlic and all the vegetables and fry for 1-2 minutes.\r\n\r\nStir in the wine, stock and herbs, then add the Worcestershire sauce and balsamic vinegar, to taste. Season with salt and freshly ground black pepper.\r\n\r\nCover with a lid, transfer to the oven and cook for about two hours, or until the meat is tender.\r\n\r\nFor the dumplings, sift the flour, baking powder and salt into a bowl.\r\nAdd the suet and enough water to form a thick dough.\r\n\r\nWith floured hands, roll spoonfuls of the dough into small balls.\r\n\r\nAfter two hours, remove the lid from the stew and place the balls on top of the stew. Cover, return to the oven and cook for a further 20 minutes, or until the dumplings have swollen and are tender. (If you prefer your dumplings with a golden top, leave the lid off when returning to the oven.)\r\n\r\nTo serve, place a spoonful of mashed potato onto each of four serving plates and top with the stew and dumplings. Sprinkle with chopped parsley.",
"name": "Beef Dumpling Stew",
"source": "https://www.bbc.co.uk/food/recipes/beefstewwithdumpling_87333",
"tags": [
"Stew",
"Baking"
],
"thumbnail": "https://www.themealdb.com/images/media/meals/uyqrrv1511553350.jpg",
"youtube": "https://www.youtube.com/watch?v=6NgheY-r5t0"
},
"success": true
}