I am building a web-based calculator that helps athletes estimate how much time they need to complete a specific lap based on their previous activity data.
I would like to ask:
-
Is it allowed to access a user’s lap data from their Strava profile using the API, with their permission and proper authentication?
-
Are there specific scopes or limitations I should be aware of when requesting lap-level data?
-
Can this data be used to provide insights or time predictions back to the authenticated user, as part of my app?