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! Bikes Section Not Appearing with GET Athlete call

When I make the following call, I am expecting to see a bikes section at the bottom.curl -X 'GET' \...athleteAll I get is this:{"id": xx,"username": null,"resource_state": 2,"firstname": "xx","lastname": "xx","bio": "","city": "Toronto","state": "Ont...

nbt1032 by Mt. Kenya
  • 800 Views
  • 2 replies
  • 0 kudos

Resolved! Deauthorize not work

Hi,I am deauthorizing my athelete from my app using power automate. I have used exactly below info on documentation page but not work.Here is the return response.{  "message": "Authorization Error",  "errors": [    {      "resource": "Athlete",      ...

Capture.PNG

Resolved! total_photo_count

All my activities are returning a value of 0 for total_photo_count even though they have photos. This was working until recently.. Any ideas?

dylix by Mt. Kenya
  • 799 Views
  • 3 replies
  • 1 kudos

Missing `best_efforts` in DetailedActivity reponses

https://developers.strava.com/docs/reference/#api-models-DetailedActivity states that a `best_efforts` field should be returned. Presumably this would be a subset of the `segment_efforts` collection, but I am not seeing it returned in any queries in ...

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
  • 1100 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...