Developer Discussions
Have a question about using the API? Ask it here.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Track workouts on Strava (in-app or with API)

Hello there! I am working on an integration from my favorite fitness and workout tracking app, named Strong. It is focusing on gym workout, something Strava does not seem to support as of right now at all. I already built an MVP which is working and ...

Lyro by Mt. Kenya
  • 1300 Views
  • 2 replies
  • 1 kudos

Display map for real activity

Hi Developers,        I am want to show static image for the path of the activity done by strava users. Through strava api I get two polylines one is for summary and other is complete. Now how can I show the path using mapbox as I have used static ma...

updateActivityById - Resource Not Found Error

Hi, I'm trying to update an activity using the endpoint updateActivityById with a PUT request in Python. However, I'm consistently getting a "Resource Not Found" error. Here's my code: def update_acti(idd): activity_write_read_all_token = *** ...

eioaa by Mt. Kenya
  • 99 Views
  • 0 replies
  • 0 kudos

Show activity steps from tcx file

Hello!Since a while ago, as indicated from support, Strava allows to show the steps taken in walking or hiking activities https://support.strava.com/hc/es-es/articles/13772272971533-Pasos-en-Strava.This is limited only to some devices, but it could b...

Question about remove/update activity by API

ood afternoon! I am writing to you to ask a few questions. We are currently developing a website that is aimed at receiving training in the form of tcx, etc. and making adjustments to them. In particular examples: 1. Adding a distance to the workout,...

Rigeqy by Mt. Kenya
  • 300 Views
  • 1 replies
  • 1 kudos

Resolved! Don't receive heart rate data from activities API

Hi there!I'm retrieving my latest run with the following endpoint: /athlete/activities and then the method "getLoggedInAthleteActivities". This works well, but I don't get the same response as the sample response given there. I don't get anything bac...