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

Returns the latest blood pressure reading
GET https://api.humanapi.co/v1/human/blood_pressure

Returns all blood pressure readings
GET https://api.humanapi.co/v1/human/blood_pressure/readings

Returns a specific blood pressure reading
GET https://api.humanapi.co/v1/human/blood_pressure/readings/id

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 id of the originating service
unitStringThe unit of the measurement value
heartRateNumberThe heart rate in BPM captured at the time of measurement (in bpm).
**Property unavailable for Apple Health. Will return 0 as default value
systolicNumberThe systolic value captured at the time of measurement (in mmHg)
diastolicNumberThe diastolic value captured at the time of measurement (in mmHg)
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!