(Deprecated) GET /venues/widget_items_<lang>.json - List of venues

Get the list of venues, with order by IDs only.
For each venue, a limited set of information is returned (id, title, subtitle, image, tags and number of shows).

Endpoint URL

https://s3.amazonaws.com/goeventweb-static.greencopper.com/<hash>/<project_tag>/assets/widgets/venues/widget_items_<lang>.json

Request information

Request type

GET

Request parameters

ParameterMandatoryDescription
project_tagX


See common endpoint parameters
for more information

hashX
langX

Response information

A list of all venues, order by IDs.
For each main venue information can be found (ID, title, subtitle,description, image normal URL, tags IDs, main tag color, and number of shows).

Response format

JSON

Response sample

[
   {
      "venues":[
         {
            "id":"184",
            "title":"ATM",
            "imageURL":"\/\/web-local.greencopper.com\/goevent-web\/data\/Images\/default.png?lm=1405372205",
            "gcInfo":"venue$atm\/184",
            "tags":",183,",
            "color":"#E44D42",
            "subtitle":"ATM",
            "nbrShows":0
         },
         {
            "id":"188",
            "title":"Burger Shack",
            "imageURL":"\/\/goevent-images.s3.amazonaws.com\/master-v6full\/05acd3a9\/web\/venue_188_20140523055930_1a0395c6.jpg",
            "gcInfo":"venue$burger-shack\/188",
            "tags":",178,183,",
            "color":"#337FC3",
            "subtitle":null,
            "nbrShows":0
         },
         {
            "id":"187",
            "title":"Burgers",
            "imageURL":"\/\/web-local.greencopper.com\/goevent-web\/data\/Images\/default.png?lm=1405372205",
            "gcInfo":"venue$burgers\/187",
            "tags":",177,185,",
            "color":"#239F85",
            "subtitle":null,
            "nbrShows":0
         },
         {
            "id":"181",
            "title":"Restroom",
            "imageURL":"\/\/web-local.greencopper.com\/goevent-web\/data\/Images\/default.png?lm=1405372205",
            "gcInfo":"venue$restroom\/181",
            "tags":",178,179,",
            "color":"#337FC3",
            "subtitle":null,
            "nbrShows":0
         }
      ]
   }
]