Skip to main content
Answered

how to get miles in this year from every person in given club!

  • May 25, 2025
  • 4 replies
  • 45 views

Tobiasz Marszalek
Forum|alt.badge.img+3

How to use api to count miles or kilometers of every user in given club? Thank you in advance.

Best answer by Jan_Mantau

Usually you can’t because you can’t get the user ids of the club members with the API and even if you get those otherwise you are not allowed to get the stats of athletes that didn’t subscribe to your app. That means you can only use the API if every club member uses your app or you have to lookup their user profiles for their distances in the app or website manually.

4 replies

Jan_Mantau
Superuser
Forum|alt.badge.img+26
  • Superuser
  • 1783 replies
  • Answer
  • May 25, 2025

Usually you can’t because you can’t get the user ids of the club members with the API and even if you get those otherwise you are not allowed to get the stats of athletes that didn’t subscribe to your app. That means you can only use the API if every club member uses your app or you have to lookup their user profiles for their distances in the app or website manually.


Tobiasz Marszalek
Forum|alt.badge.img+3

@Jan_Mantau  thank you, can I make link to subscribe my app page and post in my club?


Jan_Mantau
Superuser
Forum|alt.badge.img+26
  • Superuser
  • 1783 replies
  • May 25, 2025

You could just try it. In case the URL vanishes you are the victim of Strava policies, see https://support.strava.com/hc/en-us/articles/34413026584461-Links-on-Strava


Tobiasz Marszalek
Forum|alt.badge.img+3

Thank you!!