Worlds largest verified nutrition database
Nutritionix offers an API to access the world's largest verified nutrition database for commercial, research, and enterprise applications.
import requests
url = "https://api.nutritionix.com/v2/search?q=apple"
headers = {
"x-app-id": "YOUR_APP_ID",
"x-app-key": "YOUR_APP_KEY"
}
response = requests.get(url, headers=headers)
print(response.json())Last 50 checks (10 min intervals)