08-11-2015 11:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Jogger
1
0
0
08-11-2015 11:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello ,
Am new here. I want to acess the following from the API for use on my portal:
Once my clients, who use Fitbit have given me authorisation to use their data, i want to extract the following data:
1. calorie burnt ( for past 30 days i want this day wise. Total calories burnt everyday in the last 30 days everyday)
2. Steps taken ( total steps taken everyday for the last 30 days)
3. Distance covered ( total distance covered everyday for the last 30 days)
4. Calories burnt yesterday and today ( i want this in an hourly basis. How many calories were burnt at 12am, what was the count at 1 am, then 2am, so on to make a graph for the day)
5. Steps taken yesterday and today ( Again I want this in an hourly basis)
6. Distance Covered yesterday and today. ( hourly)
Please can someone give me the call url to access this data.
Thanks
Bhaskar
1 REPLY 1
08-11-2015 16:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



Cross-Country Runner
1272
261
312
08-11-2015 16:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi @bhaskar,
Here are the direct links to documentation, where you can find the URL and more:
- activities/calories time series, https://dev.fitbit.com/docs/activity/#get-activity-time-series
- activities/steps time series, https://dev.fitbit.com/docs/activity/#get-activity-time-series
- activities/distance time series, https://dev.fitbit.com/docs/activity/#get-activity-time-series
- activities/calories intraday time series, https://dev.fitbit.com/docs/activity/#get-activity-intraday-time-series
- activities/steps intraday time series, https://dev.fitbit.com/docs/activity/#get-activity-intraday-time-series
- activities/distance intraday time series, https://dev.fitbit.com/docs/activity/#get-activity-intraday-time-series

