get https://api.humanapi.co/v1/human/body_fat
Get the body fat measurement from a specific point in time.
Returns a body fat reading
GET https://api.humanapi.co/v1/human/body_fat
Returns all body fat readings
GET https://api.humanapi.co/v1/human/body_fat/readings
Response Properties
Property | Type | Description |
---|---|---|
id | String | The id of the resource. |
userId | String | [deprecated - use humanId] |
humanId | String | Unique user identifier |
timestamp | Date | The original date and time of the measurement |
tzOffset | String | The offset from UTC time in +/-hh:mm (e.g. -04:00) |
source | String | The source service for the measurement, where it was created |
unit | String | The unit of the measurement value |
value | Number | The value of the measurement in the unit specified |
createdAt | Date | The time the measurement was created on the Human API server |
updatedAt | Date | The time the measurement was updated on the Human API server |