UnifyAPI
← Back to catalog

fatsecret.food_details

mock data$0.002 / call

Food Nutritional Details

Complete nutritional profile for a food item by FatSecret ID — all serving sizes with calories, total/saturated/trans fat, cholesterol, sodium, potassium, carbs, fiber, sugar, protein, vitamins A/C/D, calcium, iron. 2.3M+ foods (FatSecret)

Healthprovider: Fatsecret#fatsecret#health

Input schema

food_idrequired

FatSecret food ID from search results (e.g. "33691" for chicken breast)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/fatsecret.food_details \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"food_id":"<food_id>"}'

Try it

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