Nutritionix · JSON Structure

Track Photo Structure

Image URLs associated with a food or exercise.

Type: object Properties: 3
RestaurantHealthNutritionFoodFitnessPublic APIs

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

Properties

thumb highres is_user_uploaded

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/nutritionix/refs/heads/main/json-structure/track-photo-structure.json",
  "name": "Photo",
  "description": "Image URLs associated with a food or exercise.",
  "type": "object",
  "properties": {
    "thumb": {
      "type": "uri",
      "nullable": true,
      "example": "https://nix-tag-images.s3.amazonaws.com/402_thumb.jpg"
    },
    "highres": {
      "type": "uri",
      "nullable": true
    },
    "is_user_uploaded": {
      "type": "boolean",
      "default": false
    }
  }
}