10-24-2018 13:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-24-2018 13:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hello everyone. I am developing a web application that uses fitbit Web API to get data from my charge HR. I am getting parameters like steps, distance, sleep logs... But I want to know if the API provides an endpoint to get walking speed in km/h or mph.
I would calculate it from distance walked per minute but it would not be that accurate, as we do not walk constantly during whole minute in most cases.
I appreciate your help. Thanks.
10-30-2018 17:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



10-30-2018 17:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi @angelrc96,
Check out the endpoint /1/user/-/activities/list.json. If the user recorded an activity on the tracker, such as "treadmill", the speed should be returned for that activity.
Gordon
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google

04-30-2022 13:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-30-2022 13:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I’m interested in speed in mph too. I’d like to see speed average and a points along the track.

04-30-2022 13:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-30-2022 13:09
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Interested. I don’t understand the directions.

05-02-2022 07:32
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



05-02-2022 07:32
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi @mauryj
First, the user needs to use a Fitbit device that supports GPS. To record the average speed and GPS, the user needs to initiate the run or walk exercise recording on the Fitbit device. Afterwards, you'll need to use 2 endpoints to get the data
- https://dev.fitbit.com/build/reference/web-api/activity/get-activity-log-list/ will return the average speed
- https://dev.fitbit.com/build/reference/web-api/activity/get-activity-tcx/ will return the GPS coordinates
Let me know if you have further questions
Gordon
Senior Technical Solutions Consultant
Fitbit Partner Engineering & Web API Support | Google

