We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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:
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)