json.food

Transform nutrition labels into structured dataUpload an image Get instant JSON results

json.food - Transform nutrition labels into structured data | Product Hunt

Try it now

Fast Food Data Integration

Automatically upload new food items to your database in seconds.

Verify existing foods

Empower your teams to verify food details with confidence and ease.

Increase accuracy

Eliminate errors with reliable, up-to-date nutrition information.

Global Compatibility

Handle labels from multiple countries and languages without breaking a sweat.

Examples

Pork Crackling
{
  "id": "d94dc39d-b6f8-4b6d-a256-3415a45bfa0c",
  "result": {
    "energy": {
      "total": 1172,
      "unit": "kj"
    },
    "serving_info": {
      "size": 50,
      "unit": "g"
    },
    "fat": {
      "total": 16.8,
      "unit": "g",
      "components": [
        {
          "name": "saturated",
          "total": 6.3,
          "unit": "g"
        }
      ]
    },
    "protein": {
      "total": 32.4,
      "unit": "g",
      "components": [
        {
          "name": "gluten",
          "total": null,
          "unit": null
        }
      ]
    },
    "carb": {
      "total": 0.1,
      "unit": "g",
      "components": [
        {
          "name": "sugars",
          "total": 0.3,
          "unit": "g"
        }
      ]
    },
    "micronutrients": [
      {
        "name": "sodium",
        "total": 670,
        "unit": "mg"
      }
    ]
  }
}
Milk bottle
{
  "id": "df7bdd02-e9ac-4a77-8b1b-2ad7b76e7a55",
  "result": {
    "energy": {
      "total": 675,
      "unit": "kj"
    },
    "serving_info": {
      "size": 250,
      "unit": "ml"
    },
    "fat": {
      "total": 8.3,
      "unit": "g",
      "components": [
        {
          "name": "saturated",
          "total": 4.9,
          "unit": "g"
        }
      ]
    },
    "protein": {
      "total": 9.8,
      "unit": "g",
      "components": []
    },
    "carb": {
      "total": 11.9,
      "unit": "g",
      "components": [
        {
          "name": "sugars",
          "total": 11.9,
          "unit": "g"
        }
      ]
    },
    "micronutrients": [
      {
        "name": "sodium",
        "total": 106,
        "unit": "mg"
      },
      {
        "name": "calcium",
        "total": 325,
        "unit": "mg"
      }
    ]
  }
}
Granola Label
{
  "id": "b0d3d288-4ced-4661-b202-4330950b8cfc",
  "result": {
    "energy": {
      "total": 852,
      "unit": "kj"
    },
    "serving_info": {
      "size": 50,
      "unit": "g"
    },
    "fat": {
      "total": 5.1,
      "unit": "g",
      "components": [
        {
          "name": "saturated",
          "total": 1,
          "unit": "g"
        }
      ]
    },
    "protein": {
      "total": 5,
      "unit": "g",
      "components": []
    },
    "carb": {
      "total": 31.8,
      "unit": "g",
      "components": [
        {
          "name": "sugars",
          "total": 8.7,
          "unit": "g"
        },
        {
          "name": "dietary_fibre",
          "total": 4.3,
          "unit": "g"
        }
      ]
    },
    "micronutrients": [
      {
        "name": "sodium",
        "total": 5,
        "unit": "mg"
      }
    ]
  }
}
Cereal bar
{
  "id": "c9e3235f-f249-47a9-aa7a-f774115e482a",
  "result": {
    "energy": {
      "total": 516,
      "unit": "kj"
    },
    "serving_info": {
      "size": 30,
      "unit": "g"
    },
    "fat": {
      "total": 4.1,
      "unit": "g",
      "components": [
        {
          "name": "saturated",
          "total": 2.3,
          "unit": "g"
        }
      ]
    },
    "protein": {
      "total": 1.9,
      "unit": "g",
      "components": []
    },
    "carb": {
      "total": 17.4,
      "unit": "g",
      "components": [
        {
          "name": "sugars",
          "total": 6.7,
          "unit": "g"
        },
        {
          "name": "polydextrose",
          "total": 1.9,
          "unit": "g"
        }
      ]
    },
    "micronutrients": [
      {
        "name": "sodium",
        "total": 27,
        "unit": "mg"
      },
      {
        "name": "glycerol",
        "total": 0.9,
        "unit": "g"
      },
      {
        "name": "sorbitol",
        "total": 0.2,
        "unit": "g"
      }
    ]
  }
}