The Hub is now in read-only mode as we make improvements to the Hub experience. More information is available here.
06-06-2024 09:21 AM
Hello everyone, I'am discovering the Strava API and i have already an issue with the fonctionnality "explore segments"
This is my code :
http get "https://www.strava.com/api/v3/segments/explore?bounds=[48.750242,5.116399597167978,48.79404419496171..." "Authorization: Bearer my_token"
I ran it in the command prompt and none segments are found. Can you help me ?
Solved! Go to Solution.
06-08-2024 02:42 AM
Issue resolved, i put datas locations in a array but i didn't need
the right request for example :
06-08-2024 02:42 AM
Issue resolved, i put datas locations in a array but i didn't need
the right request for example :
06-07-2024 02:00 PM - edited 06-07-2024 02:01 PM
Hey @osco55 - it's possible that there are no segments in the location that you're requesting data for.
We'd recommend first doing a test on an area where you know there are a lot of segments.
Welcome to the Community - here is your guide to help you get started!