Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url 'https://api.keyapi.ai/v1/facebook/group_details?url=https%3A%2F%2Fwww.facebook.com%2Fgroups%2F1270525996445602%2F' \ --header 'Authorization: Bearer <YOUR_API_KEY>'
{ "code": 0, "message": "success", "data": { "group_details": { "id": "1270525996445602", "name": "Dad Jokes Everywhere", "url": "https://www.facebook.com/groups/1270525996445602/", "description": "The greatest collection of Dad Jokes on the internet!", "group_location": null, "privacy": "Public group", "has_questions": false, "cover_photo": { "uri": "https://scontent.fdad1-4.fna.fbcdn.net/v/t1.6435-9/50661352_10161235437160587_2396179979768430592_n.jpg?stp=dst-jpg_s720x720_tt6&_nc_cat=105&ccb=1-7&_nc_sid=25d718&_nc_ohc=2HEGy3j0ObwQ7kNvwF0rL73&_nc_oc=AdmReGtTHAsuEYBpa4FEh1hLQ6pWOZqycHW4qAICPDqwJeH6Bcv-ZOg644RAuj9rZMM&_nc_zt=23&_nc_ht=scontent.fdad1-4.fna&_nc_gid=WvchcoN7wC43gnuSAWY5AA&_nc_ss=8&oh=00_AfyaFrMZnoiChCkL09shteiiHPby1vAOKW5oIKBNKLRw-Q&oe=69D1B2F9", "width": 720, "height": 392 }, "members_count": 2700000 } }, "requestId": "c2f24c27-87cd-446b-8c3b-eb28f283a19d" }
通过公开 Facebook 群组 URL 查询群组详情,返回群组 ID、名称、简介、隐私类型、成员数、封面图等信息。适用于群组识别和社区基础信息采集。
🤖 让 AI 帮你写调用代码
点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。
接口鉴权凭证。请在请求 Header 中传入 Authorization: Bearer <YOUR_API_KEY>。 可在 Dashboard 获取你的 API Key。
Authorization: Bearer <YOUR_API_KEY>
Facebook 群组 URL。
请求成功
The response is of type object.
object