Is there any way to export Garmin respiratory data like for stress level and heart rate? In a .fit file?
The data could be in one of the many FIT files that you can export on the Daily Summary page of GC Web. If not, then you can get the data in JSON format, though the DevTools » Network of your browser:
Is there any way to load this data into python? I tried with get request, but it does not return a json object.