GET /recipes/random
Fáðu a completely random recipe with full cooking instructions, ingredient list with measurements, category, cuisine origin, and a thumbnail image. Fullkomið fyrir eiginleika eins og 'hvað á ég að elda í kvöld?', recipe-of-the-day widgets, cooking challenge generators, and adding variety to meal planning forrit. Gögn frá TheMealDB.
curl https://nordapi.ee/api/v1/recipes/random
{
"data": {
"area": "Spanish",
"category": "Breakfast",
"id": "53165",
"ingredients": [
{
"ingredient": "Egg",
"measure": "2 medium"
},
{
"ingredient": "Double Cream",
"measure": "2 tbsp"
},
{
"ingredient": "Milk",
"measure": "2 tblsp "
},
{
"ingredient": "Golden Caster Sugar",
"measure": "3 tsp"
},
{
"ingredient": "Sweet Sherry",
"measure": "3 tablespoons"
},
{
"ingredient": "Bread",
"measure": "4 thick slices"
},
{
"ingredient": "Olive Oil",
"measure": "For frying"
},
{
"ingredient": "Icing Sugar",
"measure": "To serve"
},
{
"ingredient": "Creme Fraiche",
"measure": "To serve"
}
],
"instructions": "step 1\r\nIn a wide, shallow bowl, beat the eggs with the cream, milk, golden caster sugar and sherry. Cut each slice of bread in two and dip them into the egg mix, turning to make sure they get a good coating on either side. Soak bread in egg mixture for 10 mins to absorb the liquid (carefully turn them over from time to time and make sure they don’t get too soggy).\r\n\r\nstep 2\r\nHeat 1½ tbsp olive oil in a large frying pan and cook the bread for about 3 mins on each side until dark golden and crisp on the edge. Keep the slices warm in a low oven as you cook the rest.\r\n\r\nstep 3\r\nDivide the torrijas between plates and dust with the icing sugar. Serve with crème fraîche or Greek yogurt on the side.",
"name": "Torrijas with sherry",
"source": "https://www.bbcgoodfood.com/recipes/torrijas-sherry",
"tags": [],
"thumbnail": "https://www.themealdb.com/images/media/meals/f3ee3y1763309332.jpg",
"youtube": "https://www.youtube.com/watch?v=RGUp1N5KAGY"
},
"success": true
}