Skip to content

Nutrition

Stream: snapshot | Event type: nutrition

A food or calorie intake log entry. Water intake is tracked independently via Hydration.

{
"event_type": "nutrition",
"data_version": "1.1",
"source_id": "h8i9j0k1...",
"provider_ref": "meal-012",
"device_id": null,
"payload_ts": 1742558400000,
"revision": 1,
"capture_mode": null, "logged_at": 1742558400000,
"meal_type": "lunch",
"calories_kcal": 650,
"protein_g": 35,
"carbohydrates_g": 80,
"fat_g": 20,
"fiber_g": 8,
"sodium_mg": 800
}
FieldTypeUnitDescription
logged_atnumber | nullepoch msWhen the meal was logged or consumed.
meal_typestring | nullType of meal.
calories_kcalnumber | nullkcalTotal calories.
protein_gnumber | nullgramsProtein.
carbohydrates_gnumber | nullgramsCarbohydrates.
fat_gnumber | nullgramsFat.
fiber_gnumber | nullgramsDietary fiber.
sodium_mgnumber | nullmgSodium.
ValueDescription
"breakfast"Morning meal.
"lunch"Midday meal.
"dinner"Evening meal.
"snack"Between-meal snack.
"other"Other or unclassified.