Get the blood oxygen measurement from a specific point in time.

Returns the latest blood oxygen reading
GET https://api.humanapi.co/v1/human/blood_oxygen

Returns all blood oxygen readings
GET https://api.humanapi.co/v1/human/blood_oxygen/readings

Response Properties

PropertyTypeDescription
idStringThe id of the resource.
userIdString[deprecated - use humanId]
humanIdStringUnique user identifier
timestampDateThe original date and time of the measurement
tzOffsetStringThe offset from UTC time in +/-hh:mm (e.g. -04:00)
sourceStringThe source service for the measurement, where it was created
valueNumberThe duration in seconds
unitStringThe unit of the measurement value
notesStringUser created notes
distanceNumberThe value of the measurement in the unit specified
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!