Zepp
By integrating the ROOK SDK, you can access available Zepp data through of Apple Health and Health Connect to retrieve body, physical, and sleep information from your linked users. Our SDK collects raw data from Apple Health and Health Connect, transforms it into structured data, and delivers it in JSON format through the ROOK SDK.
Zepp Data Available Through Apple Health
This is the data available from Apple Health that ROOK extracts:
Physical Health
{
"physical_summary": [
"active_steps_int",
"steps_granular_data_array",
"active_steps_granular_data_array",
"walked_distance_meters_float",
"traveled_distance_meters_float",
"traveled_distance_granular_data_array",
"swimming_num_strokes_float",
"saturation_avg_percentage_int",
"saturation_granular_data_array",
"calories_expenditure_kcal_float",
"calories_net_active_kcal_float",
"hr_maximum_bpm_int",
"hr_minimum_bpm_int",
"hr_avg_bpm_int",
"hr_resting_bpm_int",
"hr_granular_data_array",
],
"physical_calories_event": [
"active_float"
],
"physical_steps_event": [
"accumulated_steps_int"
]
}
Sleep Health
{
"sleep_summary": [
"sleep_start_datetime_string",
"sleep_end_datetime_string",
"sleep_date_string",
"sleep_duration_seconds_int",
"time_in_bed_seconds_int",
"hr_maximum_bpm_int",
"hr_minimum_bpm_int",
"hr_avg_bpm_int",
"hr_granular_data_array",
"breaths_minimum_per_min_int",
"breaths_avg_per_min_int",
"breaths_maximum_per_min_int",
"breathing_granular_data_array",
"saturation_avg_percentage_int",
"saturation_minimum_percentage_int",
"saturation_maximum_percentage_int",
"saturation_granular_data_array",
]
}
Zepp Data Available Through Health Connect
This is the data available from Health Connect that ROOK extracts:
Body Health
{
"body_summary": [
"hr_avg_bpm_int",
"hr_granular_data_array",
"hr_maximum_bpm_int",
"hr_minimum_bpm_int",
"hr_resting_bpm_float",
"saturation_avg_percentage_int",
"saturation_granular_data_array",
"weight_kg_float"
],
"body_metrics_event": [
"weight_kg_float",
],
"body_heart_rate_event": [
"hr_avg_bpm_int",
"hr_granular_data_array",
"hr_maximum_bpm_int",
"hr_minimum_bpm_int"
],
"body_oxygenation_event": [
"saturation_avg_percentage_int",
"saturation_granular_data_array"
],
}
Physical Health
{
"physical_activity_event": [
"activity_duration_seconds_int",
"activity_end_datetime_string",
"activity_energy_kilojoules_float",
"activity_start_datetime_string",
"activity_type_name_string",
"calories_expenditure_kcal_float",
"calories_net_active_kcal_float",
"elevation_granular_data_array",
"steps_granular_data_array",
"steps_int",
"traveled_distance_granular_data_array",
"traveled_distance_meters_float",
"was_the_user_under_physical_activity_string"
],
"physical_summary": [
"calories_expenditure_kcal_float",
"hr_avg_bpm_int",
"hr_granular_data_array",
"hr_maximum_bpm_int",
"hr_minimum_bpm_int",
"hr_resting_bpm_int",
"saturation_avg_percentage_int",
"saturation_granular_data_array",
"steps_granular_data_array",
"steps_int",
"traveled_distance_granular_data_array",
"traveled_distance_meters_float"
],
"physical_calories_event": [
"basal_float"
],
"physical_steps_event": [
"accumulated_steps_int"
]
}
Sleep Health
{
"sleep_summary": [
"sleep_start_datetime_string",
"sleep_end_datetime_string",
"sleep_date_string",
"sleep_duration_seconds_int",
"time_in_bed_seconds_int",
"light_sleep_duration_seconds_int",
"rem_sleep_duration_seconds_int",
"deep_sleep_duration_seconds_int",
"hr_resting_bpm_int",
"breaths_minimum_per_min_int",
"breaths_avg_per_min_int",
"breaths_maximum_per_min_int",
"breathing_granular_data_breaths_per_min_array",
"saturation_avg_percentage_int",
"saturation_minimum_percentage_int",
"saturation_maximum_percentage_int",
"saturation_granular_data_percentage_array"
]
}
The data you receive depends on the permissions granted by the user when linking their data source.
Data Delivery:
Our Zepp integration delivers notifications within minutes after a user completes an event and syncs their app. ROOK retrieves, processes, and delivers the data through our SDK, providing you with user insights efficiently.
Start Extracting Zepp Data
To begin extracting health data from Zepp through the Health Connect and Apple Health SDKs, follow these steps:
Step 1: Integrate Our SDK
ROOK offers SDK compatible with Health Connect and Apple Health SDKs, allowing precise integration into your solution.
iOS | Android | Flutter | Capacitor | React Native |
---|
Step 2: Set Up Your Connections Page
Enable the Zepp data through the Health Connect and Apple Health SDKs 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": {},
}
Zepp Brand Guide
To ensure the correct use of Zepp’s brand and assets, follow their official guidelines. You can find more details in their brand guide here: Zepp Brand Guide.