VEA API Feeds

Data formats

All feeds can return any of the following formats, according to the extension used in the feed URI:

URI Extension Response data format
json JSON. Can be decoded with PHP json_decode function.
pc8 PHP variable dump. Must be decoded using PHP eval function.
ps8 PHP serialized data. Can be decoded using PHP unserialize function.

API v2 Tokens

Token Short Code Variable
af affcode
ai artirstid
cc connectcode
ci connectid
ct clientid
dt date
ev eventid
fd startdate
gt globaltype
gu guest
it itemid
ky cypherkey
li limit
md media
me memberid
mi microsite
mk marketareaid
mt musictypeid
nc nocache
nd numdays
nw numweeks
of offset
og originatorid
or origin
ot tipperc
pc promocode
pe pastevents
rv reventid
sa subaf
so source
sw startweekday
td enddate
us userid
uv urvenueid
ve venueid
vi venueinfo
vn venueid
vt venuetypeid
wb website

Venues  

Venues data

Feed URI

Version 1:

/api/v1/venues/venues.[json|ps8|pc8]

Version 2:

/api/v2/TOKENS/venues/venues.[json|ps8|pc8]

Parameters

All parameters are optional.

Venue rooms

Feed URI

Version 1:

/api/v1/venues/venuerooms.[json|ps8|pc8]

Version 2:

/api/v2/TOKENS/venues/venuerooms.[json|ps8|pc8]

Parameters

This feed returns all the rooms in the system. If there are too many records, you can send a limit and offset for the query:

IMPORTANT: These two parameters are not required and should be used ONLY if there are too many records in the query.

Venue resident artists

Returns the information of all resident artists.

Feed URI

Version 1:

/api/v1/venues/residentartists.[json|ps8|pc8]

Version 2:

/api/v2/TOKENS/venues/residentartists.[json|ps8|pc8]

Parameters

Use only one of the parameters.

Events  

Events data

Feed URI

Version 1:

/api/v1/events/events.[json|ps8|pc8]

Version 2:

/api/v2/TOKENS/events/events.[json|ps8|pc8]

Parameters

All parameters are optional. If no startdate is set, it defaults to today. If no enddate is set, it defaults to 1 month after startdate for multiple venues and 3 months after startdate for single venue.

Calendar events

Feed URI

Version 1:

/api/v1/events/calevents.[json|ps8|pc8]

Version 2:

/api/v2/TOKENS/events/calevents.[json|ps8|pc8]

Parameters

Either venueid or urvenueid is required. DO NOT USE BOTH.

Calendar events (multiple venues)

Feed URI

Version 1:

/api/v1/events/multicalevents.[json|ps8|pc8]

Version 2:

/api/v2/TOKENS/events/multicalevents.[json|ps8|pc8]

Parameters

Either venueids or urvenueids is required. DO NOT USE BOTH.

UrVenue calendar events

Feed URI

Version 1:

/api/v1/events/uvcalevents.[json|ps8|pc8]

Version 2:

/api/v2/TOKENS/events/uvcalevents.[json|ps8|pc8]

Parameters

Either venueid or urvenueid is required. DO NOT USE BOTH.

Event Details

Feed URI

Version 1:

/api/v1/events/eventdetails.[json|ps8|pc8]

Version 2:

/api/v2/TOKENS/events/eventdetails.[json|ps8|pc8]

Parameters

Recurrent Event Details

Feed URI

Version 1:

/api/v1/events/reventdetails.[json|ps8|pc8]

Version 2:

/api/v2/TOKENS/events/reventdetails.[json|ps8|pc8]

Parameters

Artists  

Artist events

Feed URI

Version 1:

/api/v1/artists/artistevents.[json|ps8|pc8]

Version 2:

/api/v2/TOKENS/artists/artistevents.[json|ps8|pc8]

Parameters

Artist calendar events

Feed URI

Version 1:

/api/v1/artists/artistcalevents.[json|ps8|pc8]

Version 2:

/api/v2/TOKENS/artists/artistcalevents.[json|ps8|pc8]

Parameters

Artist info

Information of a single artist.

Feed URI

Version 1:

/api/v1/artists/artistinfo.[json|ps8|pc8]

Version 2:

/api/v2/TOKENS/artists/artistinfo.[json|ps8|pc8]

Parameters

Artists information

Feed URI

Version 1:

/api/v1/artists/artists.[json|ps8|pc8]

Version 2:

/api/v2/TOKENS/artists/artists.[json|ps8|pc8]

Parameters

All parameters are optional. If no parameter is set, it returns all the existing artists.