Edamam · JSON Structure

Food And Grocery Database Api Nutrient Structure

Nutrient schema from Edamam Food and Grocery Database API

Type: object Properties: 3
RestaurantFoodNutritionUPC

Nutrient is a JSON Structure definition published by Edamam, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

label quantity unit

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/edamam/refs/heads/main/json-structure/food-and-grocery-database-api-nutrient-structure.json",
  "name": "Nutrient",
  "description": "Nutrient schema from Edamam Food and Grocery Database API",
  "type": "object",
  "properties": {
    "label": {
      "type": "string",
      "example": "Energy"
    },
    "quantity": {
      "type": "double",
      "example": 95
    },
    "unit": {
      "type": "string",
      "example": "kcal"
    }
  }
}