← Back to catalog
health.food_details
mock data$0.003 / callUSDA Food Nutrition Details
Get detailed nutrition data for a food item — up to 150 nutrients, portions, serving sizes, ingredients (USDA)
Input schema
fdc_idrequired
integerUSDA FoodData Central food ID (e.g. 171705 for chicken breast)
Call via REST
curl -X POST https://unifyapi.pro/api/call/health.food_details \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"fdc_id":0}'