Nothing Special   »   [go: up one dir, main page]

Venue details

Detailed venue information, complete address, phone number, description, and more.

Request

https://api.songkick.com/api/3.0/venues/{venue_id}.json?apikey={your_api_key}
https://api.songkick.com/api/3.0/venues/{venue_id}.xml?apikey={your_api_key}

Parameters

Parameter Type Value
apikey Required Your API key.
venue_id Required The ID of the venue to return information about.

Response

A Songkick Venue object. For example:

  {
    "resultsPage": {
      "results": {
        "venue": {
          "id":17522,
          "displayName":"O2 Academy Brixton",
          "city": {
            "id":24426,
            "uri":"http://www.songkick.com/metro-areas/24426-uk-london",
            "displayName":"London",
            "country": { "displayName":"UK" }
          },
          "metroArea": {
            "id":24426,
            "uri":"http://www.songkick.com/metro-areas/24426-uk-london",
            "displayName":"London",
            "country": { "displayName":"UK" }
          },
          "uri":"http://www.songkick.com/venues/17522-o2-academy-brixton",
          "street":"211 Stockwell Road",
          "zip":"SW9 9SL",
          "lat":51.4651268,
          "lng":-0.115187,
          "phone":"020 7771 3000",
          "website":"http://www.brixton-academy.co.uk",
          "capacity":4921,
          "description": "Brixton Academy is an award winning music venue situated in the heart of Brixton, South London."
        }
      },
      "status": "ok"
    }
  }