Back to catalog
🏥

Nutritionix

API Key

Worlds largest verified nutrition database

🏥HealthHTTPS

Nutrition Lookup

1 large avocado (201g)

Calories322
Total Fat G29.5
Protein G4
Dietary Fiber G13.5
Potassium Mg975
Serving Weight G201

Sample Response

response.json
1{
2 "food_name": "avocado",
3 "serving_qty": 1,
4 "serving_unit": "large",
5 "serving_weight_g": 201,
6 "calories": 322,
7 "total_fat_g": 29.5,
8 "saturated_fat_g": 4.3,
9 "cholesterol_mg": 0,
10 "sodium_mg": 14,
11 "total_carbohydrate_g": 17.1,
12 "dietary_fiber_g": 13.5,
13 "sugars_g": 1.3,
14 "protein_g": 4,
15 "potassium_mg": 975

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://developer.nutritionix.com/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs