Chomp Food Database API Documentation
  1. Response
Chomp Food Database API Documentation
  • Get a branded food item using a barcode
    GET
  • Get a branded food item by name
    GET
  • Get data for branded food items using various search parameters
    GET
  • Get raw/generic food ingredient item(s)
    GET
  • Schemas
    • Schemas
      • BrandedFoodObject
      • IngredientObject
    • Response
      • 200BrandedResponse
      • 200IngredientResponse
  1. Response

200BrandedResponse

{
    "items": [
        {
            "allergens": [
                "string"
            ],
            "barcode": "string",
            "brand": "string",
            "brand_list": [
                "string"
            ],
            "categories": [
                "string"
            ],
            "countries": [
                "string"
            ],
            "country_details": {
                "english_speaking": 0,
                "non_english_speaking": 0
            },
            "description": "string",
            "diet_flags": [
                {
                    "compatibility_description": "string",
                    "compatibility_level": 0,
                    "diet_label": "string",
                    "ingredient": "string",
                    "ingredient_description": "string",
                    "is_allergen": true,
                    "is_compatible": "string"
                }
            ],
            "diet_labels": {
                "gluten_free": {
                    "compatibility_level": 0,
                    "confidence": 0,
                    "confidence_description": "string",
                    "is_compatible": true,
                    "name": "string"
                },
                "vegan": {
                    "compatibility_level": 0,
                    "confidence": 0,
                    "confidence_description": "string",
                    "is_compatible": true,
                    "name": "string"
                },
                "vegetarian": {
                    "compatibility_level": 0,
                    "confidence": 0,
                    "confidence_description": "string",
                    "is_compatible": true,
                    "name": "string"
                }
            },
            "has_english_ingredients": true,
            "ingredient_list": [
                "string"
            ],
            "ingredients": "string",
            "keywords": [
                "string"
            ],
            "minerals": [
                "string"
            ],
            "name": "string",
            "nutrients": [
                {
                    "data_points": 0,
                    "description": "string",
                    "measurement_unit": "string",
                    "name": "string",
                    "per_100g": 0,
                    "rank": 0
                }
            ],
            "package": {
                "quantity": 0,
                "size": "string"
            },
            "packaging_photos": {
                "front": {
                    "display": "string",
                    "small": "string",
                    "thumb": "string"
                },
                "ingredients": {
                    "display": "string",
                    "small": "string",
                    "thumb": "string"
                },
                "nutrition": {
                    "display": "string",
                    "small": "string",
                    "thumb": "string"
                }
            },
            "palm_oil_ingredients": [
                "string"
            ],
            "serving": {
                "measurement_unit": "string",
                "size": "string",
                "size_fulltext": "string"
            },
            "traces": [
                "string"
            ],
            "vitamins": [
                "string"
            ]
        }
    ]
}
Built with