Skip to content

Body Measurement

Stream: snapshot | Event type: body_measurement

A point-in-time body measurement including weight, body composition, and anthropometric data.

{
"event_type": "body_measurement",
"data_version": "1.1",
"source_id": "c3d4e5f6...",
"provider_ref": "w-abc123",
"device_id": "dev-002",
"payload_ts": 1742558400000,
"revision": 1,
"capture_mode": null, "measured_at": 1742558400000,
"weight_kg": 75.5,
"height_cm": null,
"bmi": 23.8,
"body_fat_pct": 18.2,
"lean_mass_kg": null
}
FieldTypeUnitDescription
measured_atnumber | nullepoch msWhen the measurement was taken.
weight_kgnumber | nullkgBody weight.
height_cmnumber | nullcmHeight.
bminumber | nullBody mass index.
body_fat_pctnumber | nullpercentBody fat percentage.
lean_mass_kgnumber | nullkgLean mass.