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

PropertyTypeDescription
idStringThe id of the reading
userIdString[deprecated - use humanId]
timestampDateThe original date and time of the measurement
humanIdStringUnique user identifier
tzOffsetStringThe offset from UTC time in +/-hh:mm (e.g. -04:00)
valueNumberThe value of the measurement in the unit specified
unitStringThe unit of the measurement value
createdAtDateThe time the measurement was created on the Human API server
updatedAtDateThe time the measurement was updated on the Human API server
Language
Click Try It! to start a request and see the response here!