← Unterhaltung

Zufälliges Rezept

GET /recipes/random

Rufen Sie ein völlig zufälliges Rezept ab mit vollständigen Kochanleitungen, Zutatenliste mit Mengenangaben, Kategorie, Küchenherkunft und einem Vorschaubild. Perfekt für „Was soll ich heute Abend kochen?"-Funktionen, Rezept-des-Tages-Widgets, Kochwettbewerb-Generatoren und für Abwechslung in Essensplanungs-Apps. Daten von TheMealDB.

Sehen Sie es visualisiert

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/recipes/random

Live-Antwort

{
  "data": {
    "area": null,
    "category": "Vegetarian",
    "id": "53445",
    "ingredients": [
      {
        "ingredient": "Bread",
        "measure": "250g"
      },
      {
        "ingredient": "Cheese",
        "measure": "250g"
      },
      {
        "ingredient": "Eggs",
        "measure": "2"
      },
      {
        "ingredient": "Salt",
        "measure": "Pinch"
      },
      {
        "ingredient": "Parsley",
        "measure": "Pinch"
      },
      {
        "ingredient": "Potatoes",
        "measure": "3"
      },
      {
        "ingredient": "Flour",
        "measure": "100g "
      },
      {
        "ingredient": "Milk",
        "measure": "250ml"
      },
      {
        "ingredient": "Onion",
        "measure": "1 small"
      },
      {
        "ingredient": "Butter",
        "measure": "For frying"
      }
    ],
    "instructions": "Step 1\r\nMix the cubed white bread with the milk, season with salt, and let the mixture rest for a while.\r\n\r\nStep 2\r\nNow add the shredded potatoes, the grated cheese, eggs, and parsley.\r\n\r\nStep 3\r\nMelt the butter and fry the cubed onions until golden brown in colour and put into the mixture.\r\n\r\nStep 4\r\nAdd the flour and gently knead the dough. Shape it into round dumplings, gently press them flat and fry them on both sides in butter until golden brown.\r\n\r\nStep 5\r\nServe in clear broth.",
    "name": "Kaspressknödel - Cheese Dumplings",
    "source": "https://www.austria.info/en-gb/recipes/cheese-dumplings/",
    "tags": [],
    "thumbnail": "https://www.themealdb.com/images/media/meals/x26z3y1780155760.jpg",
    "youtube": ""
  },
  "success": true
}