get https://api.humanapi.co/v1/human/weight
Get the weight measurement from a specific point in time.
Returns a weight reading
GET https://api.humanapi.co/v1/human/weight
Returns all weight readings
GET https://api.humanapi.co/v1/human/weight/readings
Response Properties
Property | Type | Description |
---|---|---|
id | String | The id of the reading |
userId | String | [deprecated - use humanId] |
timestamp | Date | The original date and time of the measurement |
humanId | String | Unique user identifier |
tzOffset | String | The offset from UTC time in +/-hh:mm (e.g. -04:00) |
value | Number | The value of the measurement in the unit specified |
unit | String | The unit of the measurement value |
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 |