Skip to main content
GET
/
v1
/
facebook
/
group_future_events
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/facebook/group_future_events?group_id=1571965316444595' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": {
    "events": [
      {
        "type": "search_event",
        "event_id": "967511139402097",
        "title": "Karaoke - Local Landing",
        "url": "https://www.facebook.com/events/967511139402097/",
        "day_time_sentence": "Happening now"
      },
      {
        "type": "search_event",
        "event_id": "1434501561797597",
        "title": "Mystic Moves Belly Dance Workshop! @Hot Asana Yoga! ",
        "url": "https://www.facebook.com/events/1434501561797597/",
        "day_time_sentence": "Fri, 6 Mar at 16:45 MST"
      },
      {
        "type": "search_event",
        "event_id": "1629987774683795",
        "title": "Blink Twice at Back East Bar",
        "url": "https://www.facebook.com/events/1629987774683795/",
        "day_time_sentence": "Fri, 6 Mar at 19:30 MST"
      }
    ],
    "cursor": "AQHSapmdi-ZgbdZXlUIlaNsaw6BRsquB5gJBXRpa3msBTgMIgPCTxBUvIUZ4xS2zmlFY4eE_uB84bL9LXQ5ZWVjv6g"
  },
  "requestId": "b5eae6ef-06fb-4c70-aa75-c308610e8064"
}
πŸͺ™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

group_id
string
required

The ID of the group

cursor
string

The cursor to paginate to the next page

Response

The response is of type object.