GET/api/v1/eventsinfobyid/?id=1

Get 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
GET/api/v1/eventsinfobyid/?id=1

Parameter Details

NameInTypeRequiredDescription
idqueryintegerRequiredThe unique identifier for the event.

Responses

StatusMeaningDescriptionSchema
200OKOKInline
400Bad RequestBad RequestNone
401UnauthorizedUnauthorizedNone
404Not FoundNot FoundNone
500Internal Server ErrorInternal Server ErrorNone

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.