Devices
Each member needs one wearable. Brands can be mixed — readings are normalised and each person is compared against their own 30-day baseline.
Connecting a device authorises read-only access to the metrics listed. It does not grant access to location, messages or contacts. Revoke at any time.
Household
Age determines which reference ranges apply. Resting heart rate, respiratory rate and sleep targets differ substantially between a child and an adult.
Members under 13 require a parent or guardian to hold the account. Removing a member deletes their readings from this household.
Data source
Readings are pulled once each morning at the household sync time. Point this at the hosted service, or serve the same payload yourself from your own endpoint.
Read-only. Rotate from the account page if it is ever exposed.
GET /v1/household/readings
{
"members": [
{
"id": "jimmy",
"name": "Jimmy Kallaway",
"relationship": "son",
"age": 8,
"device": "apple_watch",
"readings": {
"sleep_hours": 5.2,
"resting_hr": 78,
"hrv_ms": 28,
"resp_rate": 17.2,
"spo2_pct": 95,
"temp_dev_f": 1.2
}
}
]
}Demo only — nothing here contacts a real device, account or endpoint. Wearable data is not a medical device and this is not medical advice.