Meetup.com
Data about Meetups from Meetup.com
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Social
- Documentation / URL
- https://www.meetup.com/api/guide
Overview
Meetup.com provides meetup data — key-based (GraphQL, POST-only: a GET returns 404, verified).
Quick Start
Groups (POST GraphQL):
curl -X POST "https://api.meetup.com/gql" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{"query":"{ self { id } }"}'
Notes
- Meetup data via GraphQL.
- POST required (GET → 404, verified).
FAQ
Is Meetup.com free? Key-based with a free tier per the docs.
Why 404? GET isn’t valid for GraphQL (verified) — use POST.
What’s the auth style? OAuth Bearer + GraphQL.
More in Social
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 4chan Simple image-based bulletin board dedicated to a variety of topics | No auth | Yes | Yes | ↗ |
| Ayrshare Social media APIs to post, get analytics, and manage multiple users social media accounts | API Key | Yes | Yes | ↗ |
| aztro Daily horoscope info for yesterday, today, and tomorrow | No auth | Yes | Unknown | ↗ |
| Blogger The Blogger APIs allows client applications to view and update Blogger content | OAuth | Yes | Unknown | ↗ |
| Bluesky Decentralized social networking via the AT protocol | No auth | Yes | Yes | ↗ |