POST /food/ingredients/glycemicLoad

Compute Glycemic Load

Retrieve the glycemic index for a list of ingredients and compute the individual and total glycemic load.

Request Traces

Request Headers

POST https://api.spoonacular.com/food/ingredients/glycemicLoad
Accept: application/json

Request Content

{
   "ingredients":    [
      {
      },
   ],
}

HTTP Response

HTTP 200

Success

{
   "ingredients":    [
      {
         "glycemicIndex": 0,
         "glycemicLoad": 0,
         "id": 0,
         "original": "string",
      },
   ],
   "totalGlycemicLoad": 0,
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found