GET /food/ingredients/{id}/information

Get Ingredient Information

Use an ingredient id to get all available information about an ingredient, such as its image and supermarket aisle.

Request Traces

Request Headers

GET https://api.spoonacular.com/food/ingredients/{id}/information
Accept: application/json

HTTP Response

HTTP 200

Success

{
   "aisle": "string",
   "amount": 0,
   "categoryPath":    [
      {
      },
   ],
   "consistency": "string",
   "estimatedCost":    {
      "unit": "string",
      "value": 0,
   },
   "id": 0,
   "image": "string",
   "meta":    [
      {
      },
   ],
   "name": "string",
   "nameClean": "string",
   "nutrition":    {
      "caloricBreakdown":       {
         "percentCarbs": 0,
         "percentFat": 0,
         "percentProtein": 0,
      },
      "nutrients":       [
         {
            "amount": 0,
            "name": "string",
            "percentOfDailyNeeds": 0,
            "unit": "string",
         },
      ],
      "properties":       [
         {
            "amount": 0,
            "name": "string",
            "unit": "string",
         },
      ],
      "weightPerServing":       {
         "amount": 0,
         "unit": "string",
      },
   },
   "original": "string",
   "originalName": "string",
   "possibleUnits":    [
      {
      },
   ],
   "shoppingListUnits":    [
      {
      },
   ],
   "unit": "string",
   "unitLong": "string",
   "unitShort": "string",
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found