← Divertissement

Recette aléatoire

GET /recipes/random

Obtenez une recette entièrement aléatoire avec les instructions de cuisson complètes, la liste des ingrédients avec mesures, la catégorie, l'origine culinaire et une image en vignette. Parfait pour les fonctionnalités du type « qu'est-ce que je cuisine ce soir ? », les widgets de recette du jour, les générateurs de défis culinaires et l'ajout de variété aux applications de planification des repas. Données de TheMealDB.

Visualisez-le

Exemples de requêtes

Utilisation de base
curl https://nordapi.ee/api/v1/recipes/random

Réponse en direct

{
  "data": {
    "area": null,
    "category": "Vegetarian",
    "id": "53576",
    "ingredients": [
      {
        "ingredient": "Carrots",
        "measure": "400g"
      },
      {
        "ingredient": "Canned Beans",
        "measure": "200g"
      },
      {
        "ingredient": "Garlic",
        "measure": "4 cloves"
      },
      {
        "ingredient": "Flour",
        "measure": "1 tablespoon"
      },
      {
        "ingredient": "Breadcrumbs",
        "measure": "1 cup"
      },
      {
        "ingredient": "Thyme",
        "measure": "Pinch"
      },
      {
        "ingredient": "Parsley",
        "measure": "Pinch"
      },
      {
        "ingredient": "Salt",
        "measure": "Pinch"
      },
      {
        "ingredient": "Pepper",
        "measure": "Pinch"
      },
      {
        "ingredient": "Thyme",
        "measure": "Pinch"
      },
      {
        "ingredient": "Oil",
        "measure": "Splash"
      }
    ],
    "instructions": "Pour the beans into the sieve, remove liquid.\r\nGrate carrots and add beans, Mix and mash together. Season with garlic, thyme, salt and pepper.\r\nForm the dough into round buns, dip them slightly into the bread crumbs, and press the fritters.\r\nFry fritters in hot oil for a short time until the fritters are browned.  Place on the greased or /baking paper-lined oven plate and bake at 200C for 10 minutes.",
    "name": "Carrot and Bean Fritters",
    "source": "https://estoniancuisine.com/2021/01/15/carrot-and-bean-fritters-porgandi-oakotletid/#more-12384",
    "tags": [],
    "thumbnail": "https://www.themealdb.com/images/media/meals/xjii2g1784836867.jpg",
    "youtube": ""
  },
  "success": true
}