freeapis

Meetup.com

Data about Meetups from Meetup.com

Authentication
API Key
HTTPS
Yes
CORS
Unknown
Category
Social

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

APIAuthHTTPSCORS
4chan

Simple image-based bulletin board dedicated to a variety of topics

No authYesYes
Ayrshare

Social media APIs to post, get analytics, and manage multiple users social media accounts

API KeyYesYes
aztro

Daily horoscope info for yesterday, today, and tomorrow

No authYesUnknown
Blogger

The Blogger APIs allows client applications to view and update Blogger content

OAuthYesUnknown
Bluesky

Decentralized social networking via the AT protocol

No authYesYes