KKallawayHealth Kallaway household · 4 members

Devices

Each member needs one wearable. Brands can be mixed — readings are normalised and each person is compared against their own 30-day baseline.

DeviceSuppliesStatus
Apple Watch Series 10 Heart rate, sleep, blood oxygen, wrist temperature Connected 06:12 today
WHOOP 5.0 Recovery, strain, sleep, HRV, resting heart rate Connected 06:04 today
Oura Ring 4 Sleep stages, temperature deviation, HRV Not connected
Garmin Heart rate, pulse ox, respiration Not connected
Fitbit Steps, heart rate, sleep Not connected
Withings Weight, blood pressure Not connected

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.

MemberRelationshipAge Device
Kyle Kallaway Dad42WHOOP 5.0
Linda Kallaway Mom40Apple Watch Series 10
Jimmy Kallaway Son8Apple Watch Series 10
Michael Kallaway Son12WHOOP 5.0

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.

Connection verified · next sync 06:12 tomorrow
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.