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

Please provide us with a list of available data on your Charge HR device.

Hi! Smiley Happy

 

I am trying to develop a website using the Fitbit API.

 

I'm currently browsing https://dev.fitbit.com/docs/

and I get a question about it.

 

I think we can extract more data with more advanced devices.

 

I wonder what data can be extracted from Fitbit Charge HR.

 

And I wonder if I can extract the data in the following format.

 

//

MinutesLightlyActive {"activity": "tracker", "distance": 1.32},

{"Activity": "loggedActivities", "distance": 0},

{"Activity": "total", "distance": 1.32},

{"Activity": "veryActive", "distance": 0.51},

{"Activity": "moderatelyActive", "distance": 0.51},

{"Activity": "lightlyActive", "distance": 0.51},

{"Activity": "sedentaryActive", "distance": 0.51},

{"Activity": "Treadmill, 0% Incline", "distance": 3.28}  

//

 

Thank you for reading.  

 

Thank you.

Best Answer
0 Votes
1 REPLY 1

@dojun I would suggest continuing to browse the API docs and see the example responses from the different endpoints. You can also try the endpoints yourself using the API Explorer or the OAuth 2.0 tutorial page.

Andrew | Community Moderator, Fitbit

What motivates you?

Best Answer
0 Votes