We operate an open platform at Broadcast and aim to both ingest and push
event data to and from different platforms. Its still early days, but in
this section we document some of the formats and options currently
available.
Sending data to Broadcast
The following fields are required in order to send basic events data to Broadcast:| Name | Type | Description | Required |
|---|---|---|---|
| name | String | The descriptive name of the event. | Yes |
| startTime | String | Date and time for when doors open in Full ISO Format. See below for more info on date formatting. | Yes |
| endTime | String | Date and time for when doors close in Full ISO Format. See below for more info on date formatting. | Yes |
| venueId | String | Unique venue id provided by Broadcast. | Yes |
| cover | String | A textual label detailing the events costs. Use currency code as a prefix to prices. eg: NOK 400 | No |
| freeEntry | Boolean | Mark if entry is free - this aids searching in Broadcast. | No |
| ticketLink | String | Full URL to purchase tickets for the event. | No |
| soldOut | Boolean | Mark if the event is sold out. | No |
| published | Boolean | If you want to remove an event from Broadcast, you can set this to false and it will set the event status to draft. | Yes |
| tags | Array | An array of tags, eg ['Rock','Metal','Heavy']. Must contain a minimum of one tag, and a maximum, of three in total total | Yes |
| pic | String | Full URL to a picture we can import. Format is ideally 16:9 for the best results, but we do employ auto cropping and face detection if this a problem. Optimum dimensions for images is 1920px by 1080px | Yes |
| lastUpdated | String | Date when the event was last updated. This helps up process the import faster and more efficiently. Full ISO Format. See below for more info on date formatting. | No |