← Viihde

Satunnainen resepti

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ä.

Katso se visualisoituna

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/recipes/random

Reaaliaikainen vastaus

{
  "data": {
    "area": null,
    "category": "Side",
    "id": "53411",
    "ingredients": [
      {
        "ingredient": "Pickled Grape Leaves",
        "measure": "600g"
      },
      {
        "ingredient": "Lamb Mince",
        "measure": "400g"
      },
      {
        "ingredient": "Onion",
        "measure": "5 chopped"
      },
      {
        "ingredient": "Rice",
        "measure": "75g"
      },
      {
        "ingredient": "Pepper",
        "measure": "1 tsp"
      },
      {
        "ingredient": "Paprika",
        "measure": "1 tsp"
      },
      {
        "ingredient": "Vegetable Stock",
        "measure": "1 tsp"
      },
      {
        "ingredient": "Parsley",
        "measure": "25g"
      },
      {
        "ingredient": "Basil",
        "measure": "1 tsp"
      },
      {
        "ingredient": "Olive Oil",
        "measure": "Splash"
      },
      {
        "ingredient": "Salt",
        "measure": "To taste"
      },
      {
        "ingredient": "Boiling Water",
        "measure": "2 Litres"
      }
    ],
    "instructions": "\r\n1\r\nPreperation\r\nAdd the onions to a saute pan and fry for 5 minutes in olive oil until the onions start to brown.\r\n2\r\nTurn off the heat and add the meat, rice, pepper, paprika, dried vegetable stock, parsley and basil. Mix all the ingredients together.\r\n3\r\nCarefully unwrap the vine leaves. Place one vine leaf on your hand with the base on the bottom of your palm and the point pointing towards the top. Add a second vine leaf with the point pointing downwards and base of the leaf at the top of your fingers. there should be a good overlap. You can do this on a flat surface if preferred.\r\n4\r\nPlace a spoonful of the meat and rice mixture in the middle of the leaves. Fold the bottom of the leaf over the mixture, fold in both sides and the roll the leaf upwards sealing in the mixture into a parcel shape.\r\n5\r\nLayer a layer of vine leaves covering the bottom of a deep saucepan and then add the vine leaf parcel on top.\r\n6\r\nMake as many vine leaf parcels as the meat and rice mixture will make adding each one to the saucepan. Pack the parcels side by side util the saucepan is covered, then start another layer on top.\r\n7\r\nCooking\r\nPour into the saucepan enough boiling water to just cover the top of the vine leaves and bring to a boil. Leave to simmer with a lid on for 1.5 hours. All water should be absorbed however top up with a little extra boiling water if this happens before the time is up.\r\n8\r\nServing\r\nRemove from the saucepan and leave to cool for 10 minutes before serving.",
    "name": "Dolma Japrak Stuffed Vine Leaves",
    "source": "https://www.myalbanianfood.com/recipe/albanian-dolma-japrak/",
    "tags": [],
    "thumbnail": "https://www.themealdb.com/images/media/meals/lqshrh1779648160.jpg",
    "youtube": "https://www.youtube.com/watch?v=G7OLFDL63J4"
  },
  "success": true
}