← Back to Dashboard

Open Food Facts

Food & DrinkDownFreeAuth: NoneDoc: HTML
Visit Website ↗

Description

Food Products Database

✨ AI Summary

Open Food Facts is a collaborative, free, and open database of food product information including ingredients and nutrition facts.

Code Example

import requests

barcode = "737628064502"
url = f"https://world.openfoodfacts.org/api/v0/product/{barcode}.json"
response = requests.get(url)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)