Skip to main content
Question

Get club events and posts from the API

  • September 2, 2024
  • 2 replies
  • 232 views

Forum|alt.badge.img+2

Hi,

Recently I have created a strava club dedicated to my school. I wanted to dev a discord bot rattached in the server for my school but, 2 mains features that I wanted to implemented isn't possible because we can't get events and posts from the API🙁

It's really shame because I'm sure, this can be used from many Strava API developpers. Is his planned for soon ?

Thanks in advance for the response 😁

2 replies

Forum|alt.badge.img
  • Hub Starter
  • September 10, 2024

Hi @TounSec I know this is old but they do have a club event endpoint now 🙂 

https://www.strava.com/api/v3/clubs/[Add_club_id]/group_events?access_token=[add_your_token]

Here you will see a list of all your events on one endpoint

 

 


Forum|alt.badge.img
  • Hub Starter
  • September 10, 2024

I am sure I posted a reply but it has disappeared, I will try again, here is the API endpoint for club events

https://www.strava.com/api/v3/clubs/[add_club_id]/group_events?access_token=[add_access_token]