v1

latestSwagger 2.02026-07-13153383.1 KB
/1.0/venue/{venueId}

Get a venue by its unique id.

Get a venue by its unique id.

get/1.0/venue/{venueId}

Path parameters

venueIdstring required

the venue's id

Response

Success

urlstring

the attribution url

idstring

unique identifier

namestring

the name of the venue, usually without city and country. E.g. <em>"Madison Square Garden"</em> or <em>"Royal Albert Hall"</em>

Example response

{
  "city": {
    "id": "5357527",
    "name": "Hollywood",
    "stateCode": "CA",
    "state": "California",
    "coords": {
      "long": -118.3267434,
      "lat": 34.0983425
    },
    "country": {
      "code": "US",
      "name": "United States"
    }
  },
  "url": "https://www.setlist.fm/venue/compaq-center-san-jose-ca-usa-6bd6ca6e.html",
  "id": "6bd6ca6e",
  "name": "Compaq Center"
}