GET /recipes/random
Hae täysin satunnainen resepti täydellisin valmistusohjein, ainesosalistalla mittoineen, kategoria, keittiön alkuperä ja pikkukuva. Täydellinen 'mitä laittaisin illalliseksi?' -toiminnoille, päivän reseptin pienoissovelluksille, ruoanlaittohaastegeneraattoreille ja vaihtelun lisäämiseen ateriasuunnittelusovelluksiin. Tiedot TheMealDB:stä.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": "Spanish",
"category": "Chicken",
"id": "53143",
"ingredients": [
{
"ingredient": "Extra Virgin Olive Oil",
"measure": "2 tbsp"
},
{
"ingredient": "Onion",
"measure": "1"
},
{
"ingredient": "Chorizo",
"measure": "150g"
},
{
"ingredient": "Red Pepper",
"measure": "1"
},
{
"ingredient": "Yellow Pepper",
"measure": "1"
},
{
"ingredient": "sweet smoked paprika",
"measure": "1 teaspoon"
},
{
"ingredient": "Garlic",
"measure": "4 cloves"
},
{
"ingredient": "Tinned Tomatos",
"measure": "400g"
},
{
"ingredient": "Green Olives",
"measure": "150g"
},
{
"ingredient": "Butter Beans",
"measure": "400g"
},
{
"ingredient": "Chicken Thighs",
"measure": "8"
},
{
"ingredient": "Parsley",
"measure": "1 Handfull"
}
],
"instructions": "step 1\r\nHeat the oven to 200C/180C fan/gas 6. Heat the olive oil in a large ovenproof frying pan over a medium heat and fry the onion, chorizo and peppers along with a pinch of salt and pepper for 15 mins until the veg has softened and the chorizo has released its oils. Add the paprika and garlic, and cook for another few minutes until fragrant.\r\n\r\nstep 2\r\nTip in the chopped tomatoes, olives and butter beans, stir to combine and season. Nestle in the chicken thighs and season well. Transfer to the oven and bake for 40 mins until the chicken skin is crisp and the meat cooked through and tender. Scatter with the parsley and serve.\r\n\r\nWatch after ad (0.04):\r\n3 Budget Egg Ideas\r\n\r\n",
"name": "Easy Spanish chicken",
"source": "https://www.bbcgoodfood.com/recipes/easy-spanish-chicken",
"tags": [],
"thumbnail": "https://www.themealdb.com/images/media/meals/kzxflc1763194887.jpg",
"youtube": "https://www.youtube.com/watch?v=EusTpzrqYK4"
},
"success": true
}