GET
/api/v1/eventsinfobyid/?id=1Get Events Info By Id
This method is to fetch an event's complete information by id
Implementation Notes
This API call returns the complete details for a particular event available in the EVENTS database. In case the event you search for is not displayed in our database, please send a request to events@aggregateintelligence.in. We will try to make it available within the next 24 hours.
Search Criteria: ID is the parameter (single). Please note it is the "id" value, not the "eventId", or "venueId"
200 Response
Status Code 200
Implementation Notes
This API call returns the complete details for a particular event available in the EVENTS database. In case the event you search for is not displayed in our database, please send a request to events@aggregateintelligence.in. We will try to make it available within the next 24 hours.
Search Criteria: ID is the parameter (single). Please note it is the "id" value, not the "eventId", or "venueId"
200 Response
Status Code 200
GET
/api/v1/eventsinfobyid/?id=1Parameter Details
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id | query | integer | Required | The unique identifier for the event. |
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | OK | Inline |
| 400 | Bad Request | Bad Request | None |
| 401 | Unauthorized | Unauthorized | None |
| 404 | Not Found | Not Found | None |
| 500 | Internal Server Error | Internal Server Error | None |
Example Request
# You can also use wget
curl -X GET /api/v1/eventsinfobyid/?id=1 \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'Example responses
200 Response
[
{
"id": 3046092,
"eventName": "Highland County Maple Festival",
"category": "Tradeshows, Business events and conferences",
"subCategory": "Tradeshows/Fairs/Expo",
"description": "The award-winning Highland County Maple Festival, designated a Local Legacy by the Library of Congress, offers maple sugar camp tours where visitors can observe traditional and modern techniques of sugar making in the beautiful mountains of Virginia. This award-winning festival attracts 20,000 - 30,000 visitors annually during the 2nd and 3rd weekends of March, where visitors enjoy maple syrup, famous maple doughnuts, pancake, and buckwheat cake meals, sweet and savory treats, handmade arts & crafts, live entertainment, and small-town hospitality. Come on out, and experience the tradition thats been running strong since 1959!",
"startDate": "2026-03-13 00:00:00",
"endDate": "2026-03-13 00:00:00",
"estimatedAttendees": 2600,
"venue": "Highland County",
"address": "165 W Main St",
"city": "Monterey",
"state": "Virginia",
"zip": "24465",
"country": "United States",
"countryCode": "USA",
"region": "North_America",
"latitude": "38.4127251",
"longitude": "-79.5824095",
"eventStatus": "Scheduled"
}
]Need Support?
Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.