GET /recipes/random
Получение случайного рецепта с полными инструкциями по приготовлению, списком ингредиентов с мерками, категорией, кухней происхождения и миниатюрным изображением. Идеально для функций «что приготовить сегодня?», виджетов рецепта дня, генераторов кулинарных вызовов и разнообразия в приложениях планирования меню. Данные из TheMealDB.
curl https://nordapi.ee/api/v1/recipes/random
{
"data": {
"area": "Turkish",
"category": "Chicken",
"id": "53261",
"ingredients": [
{
"ingredient": "Chicken Wings",
"measure": "12"
},
{
"ingredient": "Garlic",
"measure": "2 cloves minced"
},
{
"ingredient": "Lemon",
"measure": "Zest and juice of 1"
},
{
"ingredient": "Cumin Seeds",
"measure": "1 tsp"
},
{
"ingredient": "Olive Oil",
"measure": "2 tablespoons"
},
{
"ingredient": "Honey",
"measure": "1 tablespoon"
}
],
"instructions": "step 1\r\nUsing a pair of sharp kitchen scissors, cut each wing at the knuckle into two pieces. Mix the garlic, lemon zest and juice, cumin and oil with plenty of seasoning, then tip into a dish with the chicken wings and toss to coat. Cover and put in the fridge to marinate for at least 1 hr, or overnight if you have time.\r\n\r\nstep 2\r\nHeat oven to 200C/180C fan/gas 6, or heat an outdoor barbecue. Bake the chicken wings on an oven tray for 45-50 mins until crisp, or barbecue for 20 mins, drizzling over the honey for the final 10 mins of each method. Serve on a platter with plenty of paper napkins. Fill small bowls with olives, pistachios or almonds, dates and pickled chillies and flatbreads to serve alongside, along with the dishes below.",
"name": "Chicken wings with cumin, lemon & garlic",
"source": "https://www.bbcgoodfood.com/recipes/chicken-wings-cumin-lemon-garlic",
"tags": [],
"thumbnail": "https://www.themealdb.com/images/media/meals/4hzyvq1763792564.jpg",
"youtube": "https://www.youtube.com/watch?v=hmJPOVzMvK4"
},
"success": true
}