Meetup.com
关于 Meetup.com 聚会的数据
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 社交
- 文档 / URL
- https://www.meetup.com/api/guide
简介
Meetup.com 提供聚会数据——基于密钥(GraphQL,仅 POST:GET 返回 404,已实测)。
快速开始
群组(POST GraphQL):
curl -X POST "https://api.meetup.com/gql" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_TOKEN" \
-d '{"query":"{ self { id } }"}'
注意事项
- 通过 GraphQL 获取聚会数据。
- 需要 POST(GET → 404,已实测)。
常见问题
Meetup.com 免费吗? 按文档基于密钥带免费层。
为什么 404? GET 对 GraphQL 无效(已实测)——请使用 POST。
认证风格是什么? OAuth Bearer + GraphQL。
社交 分类更多
| 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 | ↗ |