Skip to content

Switch to using Meetup's GraphQL API #184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2025

Conversation

davidfischer
Copy link
Member

Meetup.com has a new GraphQL API to replace their REST API that we were previously using to display upcoming events on our website. Meetup's documentation and landing pages seem to point to this new API requiring a Meetup.com PRO subscription (paid). We were able to get an API key as part of the Python Software Foundation's "Meetup Pro Network". However, in testing, I was able to query the API without authenticating whatsoever.

Just a few notes:

  • Meetup's documentation does not appear to be 100% accurate. I found a few fields in their field reference that were not correct.
  • The API Playground does appear to be accurate and is very helpful for testing the API.
  • I found that I did not need an API key simply for simple querying. Their authorization is using OAuth and most of the use cases are for authorizing attendees rather than simply querying data from Meetup.

Ref: #182

@davidfischer davidfischer merged commit 048abb7 into main May 14, 2025
1 check passed
@davidfischer davidfischer deleted the davidfischer/meetup-graphql-api branch May 14, 2025 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants