← Afþreying

Handahófskennd uppskrift

GET /recipes/random

Sæktu algjörlega handahófskennda uppskrift með fullum eldunarleiðbeiningum, lista yfir hráefni með mælingum, flokki, uppruna eldhúsmenningar og smámynd. Fullkomið fyrir aðgerðir á borð við „hvað á ég að elda í kvöld?“, viðmót fyrir uppskrift dagsins, eldunaráskorunarrafala og til að bæta fjölbreytni við máltíðarskipulagsforrit. Gögn frá TheMealDB.

Sjáðu það myndrænt

Dæmi um fyrirspurnir

Grunnnotkun
curl https://nordapi.ee/api/v1/recipes/random

Lifandi svar

{
  "data": {
    "area": "Australian",
    "category": "Chicken",
    "id": "53110",
    "ingredients": [
      {
        "ingredient": "Chicken drumsticks",
        "measure": "8"
      },
      {
        "ingredient": "Soy Sauce",
        "measure": "2 tblsp"
      },
      {
        "ingredient": "Honey",
        "measure": "1 tablespoon"
      },
      {
        "ingredient": "Olive Oil",
        "measure": "1 tblsp "
      },
      {
        "ingredient": "Tomato Puree",
        "measure": "1 teaspoon"
      },
      {
        "ingredient": "Dijon Mustard",
        "measure": "1 tbsp"
      }
    ],
    "instructions": "step 1\r\nMake 3 slashes on each of the drumsticks. Mix together the soy, honey, oil, tomato purée and mustard. Pour this mixture over the chicken and coat thoroughly. Leave to marinate for 30 mins at room temperature or overnight in the fridge. Heat oven to 200C/fan 180C/gas 6.\r\n\r\nstep 2\r\nTip the chicken into a shallow roasting tray and cook for 35 mins, turning occasionally, until the chicken is tender and glistening with the marinade.",
    "name": "Sticky Chicken",
    "source": "https://www.bbcgoodfood.com/recipes/sticky-chicken",
    "tags": [],
    "thumbnail": "https://www.themealdb.com/images/media/meals/cj56fs1762340001.jpg",
    "youtube": "https://www.youtube.com/watch?v=o8tz2BOltTg"
  },
  "success": true
}