09-01-2014 07:12
09-01-2014 07:12
Dear dev team,
I would like to understand the calories values that I get in the "summary" sent by the getActivity API call (https://wiki.fitbit.com/display/API/API-Get-Activities):
Also, I am trying to figure out what are the calculations that connect all those numbers. Can you explain that as well?
Regards
Paulo Amaral
Answered! Go to the Best Answer.
09-29-2014 11:27
09-29-2014 11:27
activityCalories: calories burned during the day for periods of time the user was active above sedentary level. includes BMR.
caloriesBMR: only BMR calories (the calories you burn just by being alive)
caloriesOut: calories burned by the user. includes BMR.
marginalCalories: this value is deprecated and should be ignored.
09-29-2014 11:27
09-29-2014 11:27
activityCalories: calories burned during the day for periods of time the user was active above sedentary level. includes BMR.
caloriesBMR: only BMR calories (the calories you burn just by being alive)
caloriesOut: calories burned by the user. includes BMR.
marginalCalories: this value is deprecated and should be ignored.
03-10-2015 13:28 - edited 03-10-2015 13:46
03-10-2015 13:28 - edited 03-10-2015 13:46
Just following up on this - hoping that is ok 🙂
I would expect that:
caloriesOut = caloriesBMR + activityCalories
But tht don't seem to be the case in reality with my own or my wife's data.
My own from today is:
My wife's data from yesterday:
In both cases the caloriesOut is less than what I would expect - can somebody please enlighten me? 🙂
Edit:
Ah I think I got it; activityCalories contains both calories for the actvity and BMR for that timespan.
So to get the "raw" calories burn by activity span by subtracting caloriesBMR from caloriesOut 🙂
//M