Skip to content
This repository was archived by the owner on Apr 30, 2024. It is now read-only.

Venues API

Mike Smedley edited this page Dec 5, 2016 · 1 revision

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

Venue search parameters

GEOGRAPHICAL

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.

VENUE FILTERS

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)

Clone this wiki locally