Social — entry 019 of 39
Meetup.com
Meetup has migrated its public developer API to GraphQL, replacing the old REST endpoints with a single gql-ext endpoint for querying groups, events, RSVPs, and member data. Every client now registers an OAuth consumer and completes the standard authorization-code (or client-credentials) flow to obtain a bearer token — the legacy static per-account API keys no longer work.
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsGraphQLResponses can be requested as GraphQL.
GreatAPIs Score
Score57
Authentication8/25OAuth flow required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.