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

Get JSON data from Aria directly

Hi folks,

 

I am trying to get weight from Aria using this endpoint https://api.fitbit.com/1/user/-/devices/tracker/[tracker-id]/scales.json. I replace the tracker-id with the tracker id I got from devices.json. My question is - is this the right json?

If not, how do I get the weights real time? Thank you

Best Answer
0 Votes
4 REPLIES 4

Hi @cowInspector: You can only retrieve weight logs from the user account to which the Aria assigned the weight log entry.

Best Answer
0 Votes

Hi @JeremiahFitbit

Understood. Does Aria upload the data to fitbit servers every time I weigh myself?

Best Answer
0 Votes

Assuming the Aria is connected to your Wi-Fi network, yes.

Best Answer
0 Votes

You should try looking here for some valuble points.

 

You can get a full weight result using this endpoint - https://api.fitbit.com/1/user/-/body/log/weight/date/2015-01-01/1m.json (source - https://dev.fitbit.com/docs/body/#weight)

 

The 1m can be changed to whatever parameter you want as per the docs.

See advanced Fitbit statistics and leaderboards at - https://bitstats.net
Best Answer
0 Votes