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

help needed, cant get calories and steps data

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

 

 

Best Answer
0 Votes
1 REPLY 1

Hi @bhaskar,

 

Here are the direct links to documentation, where you can find the URL and more:

 

  1. activities/calories time series, https://dev.fitbit.com/docs/activity/#get-activity-time-series
  2. activities/steps time series, https://dev.fitbit.com/docs/activity/#get-activity-time-series
  3. activities/distance time series, https://dev.fitbit.com/docs/activity/#get-activity-time-series
  4. activities/calories intraday time series, https://dev.fitbit.com/docs/activity/#get-activity-intraday-time-series
  5. activities/steps intraday time series, https://dev.fitbit.com/docs/activity/#get-activity-intraday-time-series
  6. activities/distance intraday time series, https://dev.fitbit.com/docs/activity/#get-activity-intraday-time-series
Best Answer
0 Votes