Meetup GraphQL API

A single-endpoint GraphQL API for accessing and managing Meetup community data including groups, events, members, tickets (RSVPs), venues, and photos. Supports querying, mutations for event creation and publishing, image uploads, and full schema introspection. Rate-limited to 500 query points per 60-second window.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/meetup-graphql-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: Meetup GraphQL API
description: 'A single-endpoint GraphQL API for accessing and managing Meetup community data including
  groups, events, members, tickets (RSVPs), venues, and photos. Supports querying, mutations for event
  creation and publishing, image uploads, and full schema introspection. Rate-limited to 500 query points
  per 60-second window.

  '
image: https://www.meetup.com/favicon.ico
humanURL: https://www.meetup.com/graphql/
baseURL: https://api.meetup.com/gql-ext
tags:
- GraphQL
- Event
- Group
- Members
- RSVPs
- Venues
- Photos
tags_raw:
- GraphQL
- Events
- Groups
- Members
- RSVPs
- Venues
- Photos
properties:
- type: Documentation
  url: https://www.meetup.com/graphql/
- type: Guide
  url: https://www.meetup.com/graphql/guide/
- type: Authentication
  url: https://www.meetup.com/graphql/authentication/
- type: Playground
  url: https://www.meetup.com/api/playground/
- type: Support
  url: https://www.meetup.com/graphql/support/
- type: Plans
  url: https://raw.githubusercontent.com/api-evangelist/meetup/refs/heads/main/plans/plans.yml
- type: RateLimits
  url: https://raw.githubusercontent.com/api-evangelist/meetup/refs/heads/main/rate-limits/rate-limits.yml
- type: FinOps
  url: https://raw.githubusercontent.com/api-evangelist/meetup/refs/heads/main/finops/finops.yml
- url: graphql/meetup-graphql.md
  type: GraphQL
contact:
- FN: Meetup Support
  url: https://help.meetup.com/hc/requests/new?platform=web
  email: ''
x-authentication:
- type: OAuth2
  description: 'OAuth 2.0 with four flows: Server Flow, Refresh Token Flow, JWT Flow, and Implicit Flow.
    Access tokens passed as Bearer tokens in the Authorization HTTP header. Tokens expire after 3600 seconds.

    '
  authorizationUrl: https://secure.meetup.com/oauth2/authorize
  tokenUrl: https://secure.meetup.com/oauth2/access
  clientRegistrationUrl: https://www.meetup.com/api/oauth/create/