Skip to main content

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? 

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


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 .