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

Get the list of artists 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/artists/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 artists tags.
For each tag, the associated id, title, and color (HTML code "#XXXXXX"). 

Response format

JSON

Response sample

{
    "87": {
        "id": "87",
        "title": "Music",
        "color": "#239F85"
    },
    "88": {
        "id": "88",
        "title": "Visual Arts",
        "color": "#F0C330"
    },
    "89": {
        "id": "89",
        "title": "Theatre",
        "color": "#E44D42"
    },
    ...
}