UnifyAPI
← Back to catalog

health.food_details

mock data$0.003 / call

USDA Food Nutrition Details

Get detailed nutrition data for a food item — up to 150 nutrients, portions, serving sizes, ingredients (USDA)

Healthprovider: Health#health#health

Input schema

fdc_idrequired

USDA FoodData Central food ID (e.g. 171705 for chicken breast)

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.