← Meelelahutus

Juhuslik retsept

GET /recipes/random

Saage a completely random recipe with full cooking instructions, ingredient list with measurements, category, cuisine origin, and a thumbnail image. Sobib 'what should I cook tonight?' features, recipe-of-the-day widgets, cooking challenge generators, and adding variety to meal planning apps. Andmed TheMealDB.

Näidispäringud

Põhikasutus
curl https://nordapi.ee/api/v1/recipes/random

Reaalajas vastus

{
  "data": {
    "area": "British",
    "category": "Dessert",
    "id": "52989",
    "ingredients": [
      {
        "ingredient": "Orange",
        "measure": "3"
      },
      {
        "ingredient": "Demerara Sugar",
        "measure": "1 tbs"
      },
      {
        "ingredient": "Grand Marnier",
        "measure": "2 tbs"
      },
      {
        "ingredient": "Christmas Pudding",
        "measure": "300g"
      },
      {
        "ingredient": "Custard",
        "measure": "500g"
      },
      {
        "ingredient": "Mascarpone",
        "measure": "250g"
      },
      {
        "ingredient": "Double Cream",
        "measure": "284ml"
      },
      {
        "ingredient": "Flaked Almonds",
        "measure": "Handful"
      },
      {
        "ingredient": "Dark Chocolate",
        "measure": "Grated"
      }
    ],
    "instructions": "Peel the oranges using a sharp knife, ensuring all the pith is removed. Slice as thinly as possible and arrange over a dinner plate. Sprinkle with the demerara sugar followed by the Grand Marnier and set aside.\r\n\r\nCrumble the Christmas pudding into large pieces and scatter over the bottom of a trifle bowl. Lift the oranges onto the pudding in a layer and pour over any juices.\r\n\r\nBeat the mascarpone until smooth, then stir in the custard. Spoon the mixture over the top of the oranges.\r\n\r\nLightly whip the cream and spoon over the custard. Sprinkle with the flaked almonds and grated chocolate. You can make this a day in advance if you like, chill until ready to serve.",
    "name": "Christmas Pudding Trifle",
    "source": "https://www.bbcgoodfood.com/recipes/1826685/christmas-pudding-trifle",
    "tags": [
      "Christmas"
    ],
    "thumbnail": "https://www.themealdb.com/images/media/meals/r33cud1576791081.jpg",
    "youtube": "https://www.youtube.com/watch?v=jRfyNQs5qhU"
  },
  "success": true
}