GET /recipes/random

Get Random Recipes

Find random (popular) recipes. If you need to filter recipes by diet, nutrition etc. you might want to consider using the complex recipe search endpoint and set the sort request parameter to random.

Request Traces

Request Headers

GET https://api.spoonacular.com/recipes/random
Accept: application/json

HTTP Response

HTTP 200

Success

{
   "recipes":    [
      {
         "aggregateLikes": 0,
         "analyzedInstructions":          [
            {
            },
         ],
         "cheap": false,
         "creditsText": "string",
         "cuisines":          [
            {
            },
         ],
         "dairyFree": false,
         "diets":          [
            {
            },
         ],
         "dishTypes":          [
            {
            },
         ],
         "extendedIngredients":          [
            {
               "aisle": "string",
               "amount": 0,
               "consitency": "string",
               "id": 0,
               "image": "string",
               "measures":                {
                  "metric":                   {
                     "amount": 0,
                     "unitLong": "string",
                     "unitShort": "string",
                  },
                  "us":                   {
                     "amount": 0,
                     "unitLong": "string",
                     "unitShort": "string",
                  },
               },
               "meta":                [
                  {
                  },
               ],
               "name": "string",
               "original": "string",
               "originalName": "string",
               "unit": "string",
            },
         ],
         "gaps": "string",
         "glutenFree": false,
         "healthScore": 0,
         "id": 0,
         "image": "string",
         "imageType": "string",
         "instructions": "string",
         "ketogenic": false,
         "license": "string",
         "lowFodmap": false,
         "occasions":          [
            {
            },
         ],
         "pricePerServing": 0,
         "readyInMinutes": 0,
         "servings": 0,
         "sourceName": "string",
         "sourceUrl": "string",
         "spoonacularScore": 0,
         "spoonacularSourceUrl": "string",
         "summary": "string",
         "sustainable": false,
         "title": "string",
         "vegan": false,
         "vegetarian": false,
         "veryHealthy": false,
         "veryPopular": false,
         "weightWatcherSmartPoints": 0,
         "whole30": false,
         "winePairing":          {
            "pairedWines":             [
               {
               },
            ],
            "pairingText": "string",
            "productMatches":             [
               {
                  "averageRating": 0,
                  "description": "string",
                  "id": 0,
                  "imageUrl": "string",
                  "link": "string",
                  "price": "string",
                  "ratingCount": 0,
                  "score": 0,
                  "title": "string",
               },
            ],
         },
      },
   ],
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found