Skip to main content

Expanded Events API Payload with Additional Event Details

Written by Jerica

The Events API returns event data that can be used across integrations and external systems. Alongside core event fields such as id, title, event_url, and schedule dates, the payload includes richer details for displaying, grouping, and syncing events.

Notable fields include:

  • description: the event strapline.

  • feature_image: the best available event hero image URL.

  • categories: the event categories available through the API.

  • tags: custom event tags returned as a list.

  • status: one of planning, running, or finished, based on the event's first and last talk dates.

Use these fields when an integration needs to categorise events, show richer event cards, or decide how to handle events at different stages of their schedule.

For the full schema and endpoint examples, refer to the HeySummit API v2 documentation.

Did this answer your question?