> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/faq/help-topics/something-else/provider-data-fields-and-coverage/apple-nutrition-per-entry-timestamps.md).

# Do Apple Health nutrition values have per-entry timestamps?

Yes. Per-entry nutrition timestamps for Apple Health (carbohydrates and every other nutrient type) are exposed through the **`meals` array** in the nutrition payload.

Each meal object carries:

* its own `timestamp` (ISO 8601, microsecond precision)
* `name` (food name, when available)
* `type` (meal category: breakfast, lunch, snack, etc.)
* `quantity` (amount and units)
* a full `micros` nutrient breakdown

The `summary` block (daily `macros` / `micros` totals) is unchanged, so you get both the per-entry meals and the rolled-up day totals. See the [Nutrition data model](https://docs.tryterra.co/reference/health-and-fitness-api/data-models#nutrition).
