Edamam · JSON Structure

Recipe Search Api Nutrient Structure

Nutrient schema from Edamam Recipe Search 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/recipe-search-api-nutrient-structure.json",
  "name": "Nutrient",
  "description": "Nutrient schema from Edamam Recipe Search API",
  "type": "object",
  "properties": {
    "label": {
      "type": "string",
      "example": "Energy"
    },
    "quantity": {
      "type": "double",
      "example": 4228.79
    },
    "unit": {
      "type": "string",
      "example": "kcal"
    }
  }
}