06-16-2025 12:51
06-16-2025 12:51
Hello,
At the moment I can only extract my Fitbit data as a daily summary. Is it possible to instead extract the continuous data (similar to the frequency of data collected within the Fitbit app)?
Any help is appreciated. Thank you.
06-16-2025 13:19
06-16-2025 13:19
The closest thing would probably be to use the Web API. I think you can subscribe to events that will notify your site/app when new data has been synced. There's a separate forum section for the Web API, but check out its documentation first.
You can get some real-time data by developing software to take it directly from the watch (if Versa or Sense).
Neither option is easy to implement.
06-17-2025 04:05
06-17-2025 04:05
Thank you. I am currently using the Web API. I will post in that forum.