Skip to main content
Question

Group Events endpoint now has obfuscated event IDs?

  • August 22, 2025
  • 2 replies
  • 40 views

Forum|alt.badge.img

Hi,

I´m using `${STRAVA_API_URL}/clubs/${clubId}/group_events` where const STRAVA_API_URL = "https://www.strava.com/api/v3";

It seems that the id of some of the club events is obfuscated and the last digits are replaced with zeroes, so that e.g. 3393591506183906380 becomes 3393591506183906300 in the result JSON.

Why is this error introduced? 

2 replies

  • September 18, 2025

Hi ​@mroedder , can you provide some images of what you’re seeing?


Forum|alt.badge.img
  • Author
  • Hub Rookie
  • September 22, 2025

Sure! So right now, if I query club ID 1271741 for upcoming events, I get 3402591502795455500 as the event ID in the result. The correct event ID would be 3402591502795455324, as can be seen from browsing the club page at https://www.strava.com/clubs/podium .