07-11-2023 03:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-11-2023 03:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello Team Fitbit Team,
We have successfully get the user heart rate data using API and I'm
getting this type of response
*Response*
{
"activities-heart": [
{
"dateTime": "YYYY-MM-DD",
"value": {
"customHeartRateZones": [],
"heartRateZones": [
{
"caloriesOut": 1127.93904,
"max": 107,
"min": 30,
"minutes": 1440,
"name": "Out of Range"
},
]
}
}
]
}
Can you explain how can I understand the actual heart rate of the user
Answered! Go to the Best Answer.

Accepted Solutions
07-11-2023 07:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



07-11-2023 07:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi @Robin_123
In general, the Get Heart Rate Time Series by Date endpoint will return the number of minutes the user's heart rate was in each heart rate zone. Typically, you would have 4 heart rate zones returned and the number of minutes in each zone (out of range, fat burn, cardio and peak). I see you have minutes = 1440. This probably means you do not have any heart rate data recorded for this user on this date. You can either change the date value to a day where you have heart rate, or wear a Fitbit device to record heart rate data.
Gordon
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
07-11-2023 07:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



07-11-2023 07:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi @Robin_123
In general, the Get Heart Rate Time Series by Date endpoint will return the number of minutes the user's heart rate was in each heart rate zone. Typically, you would have 4 heart rate zones returned and the number of minutes in each zone (out of range, fat burn, cardio and peak). I see you have minutes = 1440. This probably means you do not have any heart rate data recorded for this user on this date. You can either change the date value to a day where you have heart rate, or wear a Fitbit device to record heart rate data.
Gordon
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
