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! Return CO2 saved on /activities/{id} call

I have a personal project where I am creating activities based on rides taken on a bikeshare program. I want to be able to calculate the CO2 saved by taking this form of transportation, as I see this data in the Strava platform but it isn't returned ...

mikal by Mt. Kenya
  • 899 Views
  • 2 replies
  • 3 kudos

Missing docs in DetailsSegmentEffort

https://developers.strava.com/docs/reference/#api-models-DetailedSegmentEffortThese docs are missing information:1. On what the `achievements` property is. Clearly a collection of entities, but the entity objects are completely undocumented.2. On wha...

Missing docs for photos

There are not any docs for accessing photos. If we get a detailed activity through `/activities/{id}` we will get back a `photos` property that indicates:1. The location of the primary photo2. The number of photos uploaded to the activityBut there is...

wrong year API

Dear strava {ResourceState:3 Athlete:{ID:40513047 ResourceState:1} Name:Morning Ride Distance:6109.8 MovingTime:1139 ElapsedTime:1503 TotalElevationGain:2.6 Type:Ride SportType:Ride WorkoutType:0 ID:9918401317 ExternalID:Morning_Ride.gpx UploadID:106...

vrace by Mt. Kenya
  • 499 Views
  • 1 replies
  • 1 kudos

Problems with upload gpx file API

i have a  problemi call this services to upload a file activity gpxcurl --location 'https://www.strava.com/api/v3/uploads' \--header 'Authorization: Bearer ...' \--form 'activity_type="Ride"' \--form 'name="Test Walk"' \--form 'description="Test walk...

tobisoft by Mt. Kenya
  • 300 Views
  • 0 replies
  • 0 kudos

Resolved! Slide labs demo not working

https://labs.strava.com/slide/demo.html#16/-122.54277/38.05392When trying to slide a simple line entered at the above, I get:>  Server ErrorBackground info:https://labs.strava.com/slide/ 

TomHale by Shkhara
  • 700 Views
  • 1 replies
  • 1 kudos

Unable to /get/activities

Hello,I assume I'm making a newbie mistake, but can't seem to see where the issue lies.1. I made a successful request to https://www.strava.com/api/v3/oauth/tokenwhere I receive the following response{token_type: 'Bearer',expires_at: 1695548372,expir...

Resolved! Timezone bug in this Portal

When typing a message, you get a message saying "Your content was auto-saved at x". The time here however is not using the user timezone. For example, I'm currently in Europe/Amsterdam (UTC+2) at 13:28 local time, but the message says "04:28 AM".

Invalid Code

After the using "https://www.strava.com/api/v3/oauth/authorize" api i got the new code and everytime getting error Error: {message: 'Authorization Error',errors: [ { resource: 'Application', field: '', code: 'invalid' } ]}