Skip to main content
GET
/
v1
/
facebook
/
group_details
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"
}
πŸͺ™4 creditsper request

Copy for AI

πŸ€– Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

url
string
required

The URL of the group

Response

The response is of type object.