今天登陆Connect网页版发现设置里面有个"Export Wellness Data"功能,可以导出步数、心率、HRV等 <img width="943" height="331" alt="Image" src="https://github.com/user-attachments/assets/ec7cb928-4070-48ac-b2cd-a855c828ad01" /> 具体API端点是`GET https://connect.garmin.com/gc-api/download-service/files/wellness/2026-03-01`, GET到的是个Zip文件,含当天的一群.fit文件,UI实测可以导入到其他账户 <img width="352" height="264" alt="Image" src="https://github.com/user-attachments/assets/2528980f-1055-4d8e-b34a-1ca8ed02fcac" /> 最近暂时没空PR,有空打算实现一下
今天登陆Connect网页版发现设置里面有个"Export Wellness Data"功能,可以导出步数、心率、HRV等
具体API端点是
GET https://connect.garmin.com/gc-api/download-service/files/wellness/2026-03-01, GET到的是个Zip文件,含当天的一群.fit文件,UI实测可以导入到其他账户最近暂时没空PR,有空打算实现一下