orcasgit / python-fitbit

Fitbit API Python Client Implementation
Other
618 stars 330 forks source link

Download Skin Temperature and SpO2 data #176

Open veronicagnecco opened 1 year ago

veronicagnecco commented 1 year ago

Hello everyone,

The code works well for downloading HR and sleep data. However, the more recent versions of FitBit collect also Skin Temperature and SpO2 data. Is it possible to download also this information using the code? Is there a list of how are the parameters called inside fitbit arragement that I can substitute in the code?

Thanks!

ericm301 commented 1 year ago

This is Fitbit's full public API:

https://dev.fitbit.com/build/reference/web-api/explore/

They haven't exposed the O2 or temperature sensor data endpoints.

mo-vellanki commented 9 months ago

It looks like the skin temperature and SpO2 endpoints are now available

https://dev.fitbit.com/build/reference/web-api/temperature/ https://dev.fitbit.com/build/reference/web-api/spo2/

sudoxnym commented 4 months ago

I'd like to +1 this and add request for sleep state as per: https://dev.fitbit.com/build/reference/device-api/sleep/