{
"effort_count": 53,
"entry_count": 53,
"kom_type": "kom",
"entries": [
{
"athlete_name": "Tobi C.",
"elapsed_time": 30,
"moving_time": 30,
"start_date": "2016-11-25T06:19:16Z",
"start_date_local": "2016-11-25T07:19:16Z",
"rank": 1
},
{
"athlete_name": "Alice W.",
...]}
January 17, 2018
Athlete-specific data requires authentication.
Hi Support. A little later this afternoon I will turn on a feature that restricts access to unauthenticated athletes' data via the API. All affected application owners have received an email with a head's up about this change, but there will undoubtedly be some folks who are unprepared for it. Please forward any tickets about changes to the API to devel...@strava.com, and we'll make sure they're handled appropriately.
Hello Developer,
We’ve made some changes to the Strava API that may affect your app. Please check our developer page for more info.Thank you for being a part of the Strava developer community.
Strava API Team
Duncan M.,86,86,2016-08-28T07:42:34Z,2016-08-28T08:42:34Z,574 (2 duplicates)
Jason E.,141,2022,2016-07-10T09:22:28Z,2016-07-10T10:22:28Z,2261 (2 duplicates)
Alec K.,144,3515,2016-09-24T09:50:30Z,2016-09-24T10:50:30Z,2665 (2 duplicates)--
You received this message because you are subscribed to a topic in the Google Groups "Strava API" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/strava-api/SsL2ytxtZng/unsubscribe.
To unsubscribe from this group and all its topics, send an email to strava-api+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Nick,
I noticed the same thing, it appears that what is happening with leaderboards is that for every page requested there are 5 extra entries, one being the authenticated user's PR entry and the others being the two either side. for example, my position on a certain segment leaderboard is 2159, if I request the leaderboard with the per_page parameter set to 10, it returns the top 10 from the leaderboard plus the entries that are at position 2157, 2158, 2159(mine), 2160, 2161. Therefore requesting multiple pages of the same leaderboard returns these 5 extras once for each page requested. Fortunately, these 5 extra entries per page come at the ends of the pages, so you can create a function to ignore them.