API Updates

July 10, 2024

We have identified an issue in one of the API BoxOffice responses that may occasionally return incorrect data – particularly for events with a co-headliner.

The issue is in the BoxOffice response object, which can be returned from the following endpoints:

Get Artist BoxOffice

Get Venue BoxOffice

Get Event BoxOffice

In order to properly support multiple headliners, the “artist” property should be defined as a list of objects, but instead it is a single object.

To correct this behavior – and to ensure backwards compatibility with existing applications – a new “headlineArtists” property has been added to the response, which should now contain the complete list of headliners for events with multiple headline acts.

The existing “artist” property has not been modified, so applications will not break, but it is strongly recommended that any applications using this property are updated to use the “headlineArtists” list instead.

We apologize for any inconvenience this may cause.