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

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

Response format

JSON

Response sample

{
    "145": {
        "id": "145",
        "title": "Conferences",
        "color": "#337FC3"
    },
    "146": {
        "id": "146",
        "title": "Arts",
        "color": "#239F85"
    }
}