Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can i get fitbit data to my app?

Hello,
How can I get the below data using web API? I want to get Fitbit data to my app.
Resting Heart Rate

Heart Rate

Heart Rate Variability

Oxygen Saturation

Body Temperature

Active Energy

Resting Energy

Walking Steps

Sleep Duration
I found APIs for Walking Steps, Sleep Duration, and Heart Rate but don't find any way to get other data?

Best Answer
0 Votes
1 REPLY 1

Hi @Shradhdha 

 

Looks like you posted a question here and on our web form.   There is no need to post in both locations.   Here is the response to your question


Currently, the Web APIs don't support the following datasets you're seeking:

Heart Rate Variability
Oxygen Saturation
Body Temperature

These datasets have been widely asked for by the developer community and you we're currently tracking interest for these requests at our Feature Suggestions page. I recommend upvoting this post and sharing how you'd use these datasets to help build a better case for their release in the APIs. When it tracks enough interest, our product teams may consider implementing the APIs down the road.

In the meantime, you can get the following datasets with these endpoints:

Resting Heart Rate, Heart Rate

https://dev.fitbit.com/build/reference/web-api/heartrate-timeseries/get-heartrate-timeseries-by-date...
https://dev.fitbit.com/build/reference/web-api/heartrate-timeseries/get-heartrate-timeseries-by-date...

Steps, Activity Intensity (Active/Resting Energy?)

https://dev.fitbit.com/build/reference/web-api/activity/get-activity-log-list/
https://dev.fitbit.com/build/reference/web-api/activity/get-daily-activity-summary/

Sleep Duration

https://dev.fitbit.com/build/reference/web-api/sleep/get-sleep-log-by-date/
https://dev.fitbit.com/build/reference/web-api/sleep/get-sleep-log-by-date-range/

 

Let us know if you have further question.

 

Gordon

Gordon Crenshaw
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google
Best Answer
0 Votes