GET venues

URL

https://s3.amazonaws.com/goeventweb-static.greencopper.com/<hash>/<project_tag>/data/<lang>/venues.json
(See common endpoint parameters)

Method

GET

Response format

JSON

Response sample

{
  "7": {
    "_id": 7, 
    "can_associate_shows": 1, 
    "photo_suffix": "", 
    "sort_order": null, 
    "subtitle": "Austin, Texas", 
    "tags": [], 
    "title": "Dark Swan"
  }, 
  "8": {
    "_id": 8, 
    "can_associate_shows": 1, 
    "photo_suffix": "", 
    "sort_order": null, 
    "subtitle": "Austin, Texas", 
    "tags": [], 
    "title": "Purple Bar"
  }
}