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

The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.

Forum Posts

Resolved! Trail Data

Hello everyone,I'm currently working on a project that involves analyzing activity patterns on outdoor recreational paths. I'm seeking to access anonymized, aggregated geospatial data that could provide insights into usage patterns, such as peak time...

RoyChege by Mt. Kenya
  • 899 Views
  • 2 replies
  • 1 kudos

Resolved! Return detailed representation for multiple activity ids

I would like a faster method of querying a detailed representation for a list of Strava activities. I can make a single query via:/activities/{id}However, I have 1000 activities and need to make a seperate call for each acitivity id. And this takes t...

cem8301 by Shkhara
  • 824 Views
  • 2 replies
  • 2 kudos

hide map on strava app but show on my own website

Hello,I created a website to show my activities on my website.This works great. It shows a map with my followed routes.But is it possible to hide my activities on the strava-app itself and not on my website?So only myself can look at strava and other...

mvn by Mt. Kenya
  • 574 Views
  • 1 replies
  • 1 kudos

Query segment data

Hi, I would like to know how to make a query on a segment using the API, and how to filter with the parameters that appear in the sorting table. For example: https://www.strava.com/segments/16956881 

Resolved! Register an App w/o Subscription

My understanding is that the only way to register multiple apps is to create an account for each, as a single account cannot be associated with more than one app. As such I set up a new account, however was unable to register my new app as I did not ...

Resolved! Is total_elevation_gain corrected or native?

Hello,In the API is the Activity.total_elevation_gain field populated with Strava-corrected elevation or the elevation data originally recorded by the device / app? The documentation just states: "The activity's total elevation gain." Thanks

Webhook is called multiple times?

Hi all, I've noticed that my webhook is called 3 times when an activity is added or edited. Any reason why this is? There's obviously only one webhook setup at the strava side. I see them in my server logs with something like 7 minutes between them. ...