Human
human/api is a platform that makes human health data available through a RESTful web service. We make it very easy to securely get a human's current or past health data.
Human endpoints
| Method | Endpoint | Description |
|---|---|---|
| Blood Pressure | ||
| GET |
Blood pressure by id /human/blood_pressure/{blood_pressure_id} |
Returns a specific blood pressure recording |
| GET |
Recent blood pressure /human/blood_pressure |
Returns the most recent blood pressure recording |
| GET |
Blood pressure by date /human/blood_pressure/daily/{date} |
|
| Heart Rate | ||
| GET |
Heart rate by date /human/heart_rate/daily/{date} |
Returns heart rate recordings for a specific date |
| GET |
Heart rate by id /human/heart_rate/{heart_rate_id} |
Returns a specific heart rate recording |
| GET |
Recent heart rate /human/heart_rate |
Returns the most recent heart rate recording |
| Sleep | ||
| GET |
Recent sleep /human/sleep |
Returns a summary of the most recent sleep recordings |
| GET |
Sleep recordings by date /human/sleep/series/{date} |
Returns the time series of sleep recordings for a specific date |
| GET |
Recent sleep series /human/sleep/series |
Returns the most recent time series of sleep recordings |
| GET |
Sleep by id /human/sleep/{sleep_id} |
Returns a specific sleep recording |
| GET |
Sleep by date /human/sleep/daily/{date} |
Returns a summary of recent sleep recordings for a specific date |
| Body Fat | ||
| GET |
Body fat by id / |
Returns a specific body fat recording |
| GET |
Recent body fat /human/body_fat |
Returns the most recent body fat recording |
| GET |
Body fat by date /human/body_fat/daily/{date} |
Returns body fat recordings for a specific date |
| Activity | ||
| GET |
Recent active minutes /human/activity |
Returns a summary of the most recent active minutes |
| GET |
Active minutes by date /human/activity/daily/{date} |
Returns a summary of the active minutes by a specific date |
| GET |
Time series of activities by date /human/activity/series/{date} |
Returns the time series of activities for a specific date |
| GET |
Recent time series of activities /human/activity/series |
Returns the most recent time series of activities |
| Blood Glucose | ||
| GET |
Blood glucose by date /human/blood_gluecose/{date} |
Returns blood glucose readings for a specific date |
| GET |
Recent blood gluecose /human/blood_glucose |
Returns the most recent blood glucose reading |
| GET |
Blood glucose by id /human/blood_glucose/{blood_glucose_id} |
Returns a specific blood glucose reading |
| Genetics | ||
| GET |
Genetics /human/genetics/traits |
Returns the genetic traits of the human |
| Height | ||
| GET |
Recent height /human/height |
Returns the most recent height recording |
| GET |
Height by id /human/height/{height_id} |
Returns a specific height recording |
| GET |
Height by date /human/height/daily/{date} |
Returns height recordings for a specific date |
| Profile | ||
| GET |
Profile /human/profile |
Returns the profile of the authenticated user |
| GET |
Summary /human |
Returns a summary of the user's current health data |
| Weight | ||
| GET |
Weight by date /human/weight/daily/{date} |
Returns weight recordings for a specific date |
| GET |
Weight by id /human/weight/{weight_id} |
Returns a specific weight recording |
| GET |
Recent weight /human/weight |
|
| BMI | ||
| GET |
Recent BMI /human/bmi |
Returns the most recent BMI recording |
| GET |
BMI by id /human/bmi/{bmi_id} |
Returns a specific BMI recording |
| GET |
BMI for a specific date /human/bmi/daily/{date} |
Returns BMI recordings for a specific date |
| Location | ||
| GET |
Location by date /human/location/daily/{date} |
Returns a list of location recordings for a specific date |
| GET |
Recent location /human/location |
Returns a list of recent locations |
Human pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|