Facebook API
Facebook Event details API
Fetch full details for a single Facebook event by ID or URL (name, schedule, venue, hosts, and attendance) as normalized JSON.
POST/v1/run/facebook.event_details
Requests
-
30d
Try it
Make your first request
Sample response
Free runs return only the first 3 results. Fund a key to get the full response.
{
"data": {
"city": "San Francisco",
"coverPhotoUrl": "https://example.com/image.jpg",
"dayTimeSentence": "2024-01-15T09:30:00Z",
"description": "A short example description of this item.",
"endTime": "2024-01-15T09:30:00Z",
"goingCount": 12500,
"id": "a1b2c3d4",
"interestedCount": 12500,
"isCanceled": true,
"isOnline": true,
"locationName": "Example title",
"name": "Example title",
"startTime": "2024-01-15T09:30:00Z",
"url": "https://example.com/page"
},
"found": true
}Response interface
interface FacebookEventDetailsResponse {
data: {
city: string;
coverPhotoUrl: string;
dayTimeSentence: string;
description: string;
endTime: string;
goingCount: number;
id: string;
interestedCount: number;
isCanceled: boolean;
isOnline: boolean;
locationName: string;
name: string;
startTime: string;
url: string;
} | null;
found: boolean;
}Full parameter and response reference - every field, type, and example for this endpoint.
Reference
Request, response, and price
Last verified 2026-09-16 · uptime and latency measured over 30dPOST /v1/run/facebook.event_details
curl -X POST https://api.getanyapi.com/v1/run/facebook.event_details \
-H "Authorization: Bearer $ANYAPI_KEY" \
-H "Content-Type: application/json" \
-d '{"id":"4045709448982422"}'| Field | Type | Example value |
|---|---|---|
| Request body | ||
| id | string | "4045709448982422"The event's numeric identifier. |
| url | string | The event's Facebook URL. |
| Response | ||
| data | object | |
| data.city | string | Populated whenever the provider has data for the entity. |
| data.coverPhotoUrl | string | Populated whenever the provider has data for the entity. |
| data.dayTimeSentence | string | Populated whenever the provider has data for the entity. |
| data.description | string | Populated whenever the provider has data for the entity. |
| data.endTime | string | |
| data.goingCount | integer | |
| data.id | string | Populated whenever the provider has data for the entity. |
| data.interestedCount | integer | |
| data.isCanceled | boolean | |
| data.isOnline | boolean | |
| data.locationName | string | Populated whenever the provider has data for the entity. |
| data.name | string | Populated whenever the provider has data for the entity. |
| data.startTime | string | |
| data.url | string | Populated whenever the provider has data for the entity. |
| found | boolean | |
| Price | ||
| Price per request | USD | $0.0012 |
| Price /1k req | USD | $1.20 |
FAQ
About the Facebook Event details API
The AnyAPI Facebook Event details API returns Facebook event details data as normalized JSON from one POST call to /v1/run/facebook.event_details. Fetch full details for a single Facebook event by ID or URL (name, schedule, venue, hosts, and attendance) as normalized JSON. AnyAPI returns one normalized schema whichever source serves it. It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum.
It costs from $1.20 per 1,000 requests, in US dollars with no subscription and no monthly minimum. You fund one USD wallet, each call draws it down, and a failed request costs $0.
Fetch full details for a single Facebook event by ID or URL (name, schedule, venue, hosts, and attendance) as normalized JSON. The response is normalized JSON with the same envelope every AnyAPI endpoint returns, so parsing a second endpoint is a change of URL and nothing else.
More to call
Other Facebook endpoints
Profilefrom $1.20 /1k reqProfile postsfrom $1.20 /1k reqPostfrom $1.20 /1k reqPost commentsfrom $1.20 /1k reqProfile reelsfrom $1.20 /1k reqAd detailsfrom $1.20 /1k reqAd details fullfrom $4.62 /1k reqAd transcriptfrom $1.20 /1k reqAds searchfrom $1.20 /1k reqComment repliesfrom $1.20 /1k reqCompany adsfrom $1.20 /1k reqEventsfrom $1.20 /1k reqEvents searchfrom $1.20 /1k reqFollowersfrom $6.60 /1k resultsGroup postsfrom $1.20 /1k reqMarketplacefrom $1.20 /1k reqMarketplace itemfrom $1.20 /1k reqMarketplace location searchfrom $1.20 /1k reqPage contactfrom $1.20 /1k reqPhotosfrom $1.20 /1k reqPost transcriptfrom $1.20 /1k reqProfile eventsfrom $1.20 /1k reqSearch companiesfrom $1.20 /1k reqSearch pagesfrom $11.18 /1k resultsSearch postsfrom $3.15 /1k results