Curious about our API? Connect with our developers to share ideas, knowledge, and feedback
Recently active
Hi Strava Developer Community,I'm running into a strange issue with my local Strava API app, "Miles to Merch."When I try to log in, I consistently get redirected to the authorization page for "Simon's Journey Viz," even though I'm using my own app's Client ID and Secret. My backend's debug output confirms this. My callback domain is correctly set to localhost, and I've cleared my browser cache.The most confusing part is I can't delete my current "Miles to Merch" app and can't create new apps through my Strava API settings. Those options simply aren't there.Has anyone experienced something similar? It feels like there's an issue with my account or app ownership on Strava's end, causing these conflicts.Any help or advice would be greatly appreciated.
跑完步要儲存我的紀錄 但配速顯示是錯誤的 該怎麼處理呢? (Eng translation: I saved my run record after a run, but the pace displayed is incorrect. What should I do?)
Hello,I am fairly new to programming in C# and also new to working with APIs. I have created a C# library that implements the complete Strava API, including all corresponding models as described in the official API documentation.I would really appreciate any feedback on my work—whether it's identifying mistakes, suggesting improvements, or sharing best practices that could help me refine the library further.Thank you in advance for your time and support!Github: https://github.com/Deltatoolbox/StravaAPILibary— TornLotus
Hi! I’ve got a problem since 22nd of July, my running pace when I view the activity is correct but when I want to share the stats (transparent background option for example) then the pace is not realistic, very weird. Distance and time is correct but pace is incorrect. I’ll add some screenshots. Can anybody help me or know what is wrong with my strava?
We are a developing an app for our e-bike systems. Our app allows users to configure settings and navigate, for example. We are in the process of releasing a new feature that will enable our users to track their rides.These rides allow us to display average values within our app, and we also offer the option to download a .fit file, which can be imported into platforms like Strava. We have several customers who also use Strava, and we naturally want to provide them with the best possible data.However, we have encountered an issue: when the .fit file generated by our app is uploaded to Strava, the speed data in the analysis appears unusual or incorrect.Our recording method is relatively straightforward: we begin recording as soon as the bike speed is greater than zero, and we save the data every second, also the GPS Data in the same way.My primary concern is to understand what we might be overlooking in the .fit file and why these discrepancies appear, particularly in the diagrams.
I’ve come across two segments in my personal heatmap that simply have VERY wrong elevation and gradient data. One example is on segment “Conant Road Climb” in Lincoln MA, segment 4177639.This is the 0.45 mile section of Old Conant Road southbound from the end of the unpaved footpath and going down to Hawk Hill Road. Elevation at start is 274', at Old Conant Rd meets Hawk Hill Rd is 232. So the elevation change is -42 feet, a slight downhill. But the Strava user who created this segment named it Conant Road Climb! Despite its negative elevation delta, the segment is listed as having a 232' rise, yielding the VERY incorrect 9.6% grade over its 0.45 mile length. At segment creation, it appears the elevation change was incorrectly set to the actual elevation at the segment's endpoint. The segment’s definition shows a crazy pair of values: Lowest Elev-114ft Highest Elev118ft Elev Delta: +232 Clearly no location in Massachusetts sits at -114ft. Could this be a MapBox problem, or
The number of influencers we currently have exceeds 999, and the daily number of requests is over 6,000. How can we raise the upper limits?
Hi, I am trying to upload a FIT file to Strava. I tried to manually upload it in my profile and that works, however attempting to upload it through the API does not. I get the following data when checking the status of the upload:"data": { "id": 16302203470, "id_str": "16302203470", "external_id": "test.fit", "error": "Unrecognized file type.", "status": "There was an error processing your activity.", "activity_id": null},The file in question is added as an attachment.Thanks for your help.Best regards,Nicolas Goualard
Hello there, I’ve created an app for my analytics web application and I’ve managed to connect and use it successfully. I’m now trying to get the `device_name` from the `GET /athlete/activities` endpoint but I saw that the model returned does not contain it.In order to get that info I could do a single `GET /activities/{id}` for each activity found in the former, but in doing so I would burn a lot of resources on your end and deplete my hourly/daily limits. Is there another way of getting the device name?Thank you
I have a problem with sharing stats on strava (transparent background). My run pace was 7:13min/km but when I want to share the run then it shows that my pace was 2:00min/km. What’s wrong with that? And how do I fix it?
Hi,I was able to get the group events using the https://www.strava.com/api/v3/clubs/{id}/group_events call, but is there a possibility to only get the upcoming group events? Now all group events ever made are getting listed, but that’s not really what I need.Honestly I can’t find anything in the documentation about this REST API call. I found this call by searching on Google.Gr,Andy
Dear All,I am currently developing an application that integrates with the Strava API, and I am experiencing an issue when attempting to subscribe to the webhook endpoint using a custom domain.Here are the details of the issue:- ✅ The webhook works when tested through ngrok (e.g., https://xxxx.ngrok.io/webhook).- ❌ However, when I try to register the webhook subscription using my custom domain, I receive a `503 Service Temporarily Unavailable` error from the Strava API when hitting the endpoint `https://www.strava.com/api/v3/push_subscriptions`. using ngrok using our domain I have verified the following:- My server is accessible via HTTPS and has a valid SSL certificate (Let's Encrypt).- The endpoint `https://domain.com/webhook` is reachable and returns `EVENT_RECEIVED` for POST requests.- The webhook route is publicly accessible and correctly configured in my Laravel application.- Firewall rules and server logs do not show any issues or blocking behavior.I suspect the issue may be on
Strava recently made changes to the Android app, generally for the better.Unfortunately, the developers forgot to do proper testing, which I noticed today.I had completed a 3.5 mile jog and it being a beautiful day in Northern CA, I took an extended break, sitting on a bench. When I completed this segment, I took a screenshot of my Strava screen (File: Strava 1)About 25 mins later, when I decided to get my rear in gear and do the return 3.5 miles, I looked at my phone and noticed some weirdness on Strava.Even though I had been sitting still on the bench, I saw my SPEED was changing! Huh? I took some screenshots as evidence. I also noticed that I had GAINED .06 miles in distance during the time I had been sitting on the bench! Too funny. (Files: Strava 2, 3, 4)Can we get the Android app fixed Strava because now I have no confidence in anything I am tracking via Strava.Even funnier, I am on a free 30 day trials of enhanced Strava data. Given this screwed up data, there is zero chan
Hello everyone,I'm planning a charity marathon in Japan using Strava.I'm currently developing an API for this purpose, but as shown in the attached image, the "Sustainable Athletes" number is set to 1, which seems to limit Strava authentication to just one person.I would like to change this number to 100.Could you please let me know how I can do that?I would greatly appreciate your help.
Hello Strava API Support,We have an integration between Strava.com and our platform Train2Go.com, where coaches expect to see the activity data of their athletes. This process relies on Strava's webhook system: when an athlete completes an activity, we expect to receive a webhook notification so we can load the activity into Train2Go.We’re currently facing an issue where this process works for some athletes, but not for the majority. For many users, no webhook is triggered (or received), and therefore their activities are not uploaded to our platform.We suspect the issue might be related to the webhook system, but we’re not entirely sure — it could be caused by something else. We’d really appreciate your help in troubleshooting this. Has this behavior been observed before? Could there be another potential reason why some athlete activities sync correctly and others don’t?For additional context: about a week ago, we migrated our production environment to a new server with a new IP addre
Hello Strava Developer Team, I am developing a non-commercial web application to support a charity marathon event in Japan.The app connects with Strava to collect each participant’s running data and displays a leaderboard to motivate runners. The event is organized by a volunteer group, and we plan to limit participants to under 100 people.The app only uses the read and activity:read scopes to fetch participants' run distances during the event period. I kindly request an increase to the athlete authorization limit for my application so more runners can connect their Strava accounts. Thank you for your support and consideration. Best regards,
Starting this afternoon, Strava is not hitting our callback anymore after the authorization of a new athlete to our app.Steps:User clicks on authorize Strava in our Flutter app on iOS browser popup opens and user has to sign in User clicks on sign in with Apple User gets redirected to the Strava app From the Strava app, the user is not redirected back to our app anymore and no callback is triggeredThis worked in production this morning and stopped a few hours ago.Any known issues or updates happening right now?
I want to switch from dev to production API so that I can integrate in my live website. For dev, I can just get one login.
Hello,I know there are various third-party tools that use Strava API data for gathering information for crowns/CRs. However, I would like to gather information on a number of Local Legends for segments that are local to me. I have two questions:a) Are there any APIs available that include Local Legend data? I did a web search and found several references indicating that Local Legend data is not included in APIs, even though crown/CR data is in the APIs.b) If I use a web scraping tool to gather the Local Legend information from approximately 200 segments, would this violate any terms of my user agreement? Once again, I know that there are tools that exist to scrape this data for crowns/CRs, but I don't know if the same open policy applies to Local Legends data.Thank you!Dennis
Anyone else having this issue?Super simple:curl -k -X GET "https://www.strava.com/api/v3/activities/<ID>" \ -H "Authorization: Bearer ***" returns:{"message":"Resource Not Found","errors":[{"resource":"Activity","field":"","code":"not found"}]}The privacy controls are set to ‘Everyone’. I can’t return data for any activity.Clearly the token is fine, else its unauthorised. Thanks
Hi there, I build the Fitshot app, client id 130939. I submitted an limit increase 8 days ago now, and have sent countless emails since then. My app has not been accepting new reviews for days and is now getting negative reviews on the app store. I can’t possibly go into the weekend like this. How can I possibly accelerate the review process? (even for a small limit increase while the application gets reviewed?)
I am reaching out for assistance with verifying the webhook URL for my application. I have registered the following callback URL to receive Strava webhook events:https://pacerai.vnHowever, I am encountering an issue where the webhook subscription cannot be verified successfully. Despite ensuring that the URL is publicly accessible and SSL is correctly configured, I have received an error indicating that the URL is "not verifiable."Could you kindly assist me in troubleshooting this issue and help ensure that my webhook URL is properly verified? Below are some key details for your reference: Webhook URL: https://pacerai.vn Platform: Strava Webhooks Issue Encountered: Callback URL not verifiable Error Message: "not verifiable" I have already verified that the URL is accessible via a browser and curl, and SSL is working correctly. I have also ensured that the correct hub.challenge response is sent when the verification request is made. However, the verification step is still failing.
(I’ve read the relevant posts on here but did not find the answers I seek there)Hi all,New to oauth2, building an app that needs to read activity data from Strava. For this, I need activity:read in my permission scope. However, I can only get the “read” scope despite choosing scope arg as “activity:read” or “read, activity:read”. I can see that the token generated only has “read” permission on the API app dashboard on my profile, and I also see an authorization error when I invoke the read activities API. Here is my code: REDIRECT_URI = "https://localhost:8501"AUTHORIZE_URL = "https://www.strava.com/oauth/authorize"TOKEN_URL = "https://www.strava.com/api/v3/oauth/token"SCOPE = "activity:read"API_BASE = 'https://www.strava.com/api/v3' auth_url = f"{AUTHORIZE_URL}?client_id={CLIENT_ID}&redirect_uri={REDIRECT_URI}&response_type=code&scope={SCOPE}" I exclude the client id and secret of course, and the rest of the code that creates a link on my dashboard to auth_url. This genera
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.