02-01-2017 18:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-01-2017 18:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi!
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.

02-02-2017 08:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



02-02-2017 08:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@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.

