-
Notifications
You must be signed in to change notification settings - Fork 4
Venues API
Venues search endpoint: http://www.skiddle.com/api/v1/venues/ (method: GET) Gets multiple venues based upon search parameters (see below)
Venue details endpoint: http://www.skiddle.com/api/v1/venues/12345/ (method: GET) Gets information for a single venue
latitude: (decimal, optional) Specify a latitude to find nearby venues(eg 53.000)
longitude: (decimal, optional) Specify a longitude to find nearby venues(eg -1.234)
radius: (decimal, optional) Find venues within the specified miles radius (eg 10)
To use geo searching, all 3 of the above parameters must be specified.
type: (string, optional) Type of venue. Chose from:
- B = Bar/Pub
- N = Nightclub
- L = Live Music
- O = Outdoor venue
- T = Theatre
- S = Sports ground
- G = Gallery
limit: (integer, optional) Specify number of records returned (max 100, default 20)
offset: (integer, optional) Specify record number to start at (for paging, in conjunction with limit, order) (default 0)