GET /recipes/informationBulk

Get Recipe Information Bulk

Get information about multiple recipes at once. This is equivalent to calling the Get Recipe Information endpoint multiple times, but faster.

Request Traces

Request Headers

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

HTTP Response

HTTP 200

Success

[
   {
      "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