← Entretenimiento

Receta aleatoria

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.

Véalo visualizado

Ejemplos de solicitudes

Uso basico
curl https://nordapi.ee/api/v1/recipes/random

Respuesta en vivo

{
  "data": {
    "area": "Turkish",
    "category": "Vegetarian",
    "id": "53273",
    "ingredients": [
      {
        "ingredient": "Aubergine",
        "measure": "2 sliced"
      },
      {
        "ingredient": "Extra Virgin Olive Oil",
        "measure": "3  tablespoons"
      },
      {
        "ingredient": "Cherry Tomatoes",
        "measure": "12"
      },
      {
        "ingredient": "Pita Bread",
        "measure": "1"
      },
      {
        "ingredient": "Balsamic Vinegar",
        "measure": "3  tablespoons"
      },
      {
        "ingredient": "Mint",
        "measure": "Handful"
      },
      {
        "ingredient": "Shallots",
        "measure": "1 chopped"
      },
      {
        "ingredient": "Shallots",
        "measure": "1 sliced"
      },
      {
        "ingredient": "Red Chilli",
        "measure": "1 chopped"
      },
      {
        "ingredient": "Goats Cheese",
        "measure": "50g"
      },
      {
        "ingredient": "Rocket",
        "measure": "Handful"
      }
    ],
    "instructions": "step 1\r\nHeat oven to 200C/180C fan/gas 6. Brush the aubergine slices with 1 tbsp of the oil, then season. Arrange on a baking tray or sheet and roast for 20 mins until browned, popping the tomatoes on the tray for the final 5 mins. Tear the flatbread into pieces and place on a separate baking sheet. Brown in the oven for 8 mins, or until crisp, then remove.\r\n\r\nstep 2\r\nFor the dressing, in a small bowl, mix the vinegar, mint, chopped shallots, chilli, remaining oil and some salt and pepper.\r\n\r\nstep 3\r\nScatter the aubergine slices, tomatoes, sliced shallot and crisp flatbread into a serving bowl. Pour over the dressing, sprinkle with the goat’s cheese and scatter over a little rocket.",
    "name": "Roast aubergine with goat's cheese & toasted flatbread",
    "source": "https://www.bbcgoodfood.com/recipes/roast-aubergine-goats-cheese-toasted-flatbread",
    "tags": [],
    "thumbnail": "https://www.themealdb.com/images/media/meals/iydbwy1763816111.jpg",
    "youtube": ""
  },
  "success": true
}