Some issues have arisen concerning data consistency and availability within the Bandsintown API V3. Specifically, the name
field on the VenueData
model does not always accurately supply the name of the Venue associated with an Event. Furthermore, detailed data used to render BIT pages is excluded from payloads returned by the API. For this analysis, we'll ignore how this data is used in the Artist Growth system and instead focus on how the Bandsintown API supplies data.
venue.name
is replaced by an Event's title in BITVenueData
model payloads whenever a title is present for an Event. Thus, an Event with values for both properties will never supply the value of both properties.- Relevant data used to render Bandsintown Event pages is not present in data returned from the API
- The latitude and longitude coordinates returned by the API do not map to a Venue's location
Let's take a look at the some of the data artifacts in-play. These will include JSON pa