Whoop
By integrating the ROOK API, you gain access to Whoop data, enabling you to retrieve body, physical, and sleep information from your linked users. Our API collects raw data from Whoop, transforms it into structured data, and delivers it in JSON format via webhooks or API queries.
Whoop Available Data
This is the data available from Whoop that ROOK extracts:
Body Health
{
"body_summary": [
"hr_maximum_bpm_int",
"weight_kg_float",
"height_cm_int"
]
}
Physical Health
{
"physical_activity_event": [
"activity_type_name_string",
"activity_duration_seconds_int",
"activity_strain_level_float",
"traveled_distance_meters_float",
"rest_seconds_int",
"elevation_gain_actual_altitude_meters_float",
"hr_avg_bpm_int",
"vigorous_intensity_seconds_int",
"moderate_intensity_seconds_int",
"activity_start_datetime_string",
"low_intensity_seconds_int",
"hr_maximum_bpm_int",
"activity_end_datetime_string"
],
"physical_summary": [
"hrv_avg_rmssd_float",
"hr_avg_bpm_int",
"saturation_avg_percentage_int",
"hr_resting_bpm_int",
"hr_maximum_bpm_int",
"calories_net_active_kcal_float"
]
}
Sleep Health
{
"sleep_summary": [
"deep_sleep_duration_seconds_int",
"time_in_bed_seconds_int",
"sleep_date_string",
"rem_sleep_duration_seconds_int",
"sleep_start_datetime_string",
"sleep_efficiency_1_100_score_int",
"hrv_avg_rmssd_float",
"light_sleep_duration_seconds_int",
"sleep_end_datetime_string",
"temperature_avg_object",
"breaths_avg_per_min_int",
"time_awake_during_sleep_seconds_int",
"saturation_avg_percentage_int",
"sleep_duration_seconds_int",
"hr_resting_bpm_int"
]
}
The data you receive depends on the permissions granted by the user when linking their data source.
Data Delivery
Our Whoop integration delivers notifications within minutes after a user completes an event and syncs their app. ROOK retrieves, processes, and delivers the data through our SDKs, providing you with user insights efficiently.
Start Extracting Whoop Data
To begin extracting health data from Whoop, follow these steps:
Step 1: Enable Data Source
Integrate Whoop into your application or digital solution through the endpoint provided by ROOK.
Step 2: Set Up Your Connections Page
Enable the Whoop data source on the connections page to allow your users to connect.
Step 3: Receive Your Users' Data
Once users connect to the data source, you will start receiving their data. Utilize this data to its full potential.
{
"version":[],
"data_structure": "",
"client_uuid": "",
"user_id": "",
"body_health": {},
"physical_health": {},
"Sleep_health": {},
}
Providers Authorization
To integrate with Whoop, clients are required to create their own developer accounts with these providers. This is necessary to obtain authorization for health data extraction.