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

Get the list of venues tags.
For each tag, all the tag information are given (id, title, and color).

Endpoint URL

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

Request information

Request type

GET

Request parameters

ParameterMandatoryDescription
project_tagX


See common endpoint parameters
for more information

hashX
langX

Response information

A dictionary of all venues tags.
For each tag, the associated id, title, and color (HTML code "#XXXXXX"). 

Response format

JSON

Response sample

{
    "180": {
        "id": "180",
        "title": "Scene",
        "color": "#337FC3"
    },
    "185": {
        "id": "185",
        "title": "Food",
        "color": "#FD8B2D"
    },
    ...
}