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

API to get Heart Rate in android

How to get the heart rate in standalone app where I want to show the heart rate of the logged in user.

 

I am using below url which will give resting heart rate, But I need to show Actual Heart rate in my application.

 

https://api.fitbit.com/1/user/-/activities/heart/date/today/1d.json.

 

 

Best Answer
0 Votes
3 REPLIES 3

You are more likely to get help from the Web API Development  board or the SDK Development board.

Before posting, re-read to see if it would make sense to someone else not looking at your Fitbit or phone.

Best Answer
0 Votes

Hi did you get it? like how to get heart rate in android application

Best Answer
0 Votes

The heart rate data collected on the device throughout the day (historical) can be retrieved using the Heart Rate Web API endpoints.  This data is sync'd automatically every 15 minutes when your device is near a bluetooth or wi-fi connection.   If you need the live heart rate data collected on the Versa and Ionic, you'll need to look at the SDK APIs.  There is sample code posted here for that use case.  Also, you can post questions to the SDK Development Forum for help.

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