getTags
Getting the list of tags
getTags
GET
/getTags
Endpoint allows you to obtain JSON with all the currently accepted mood tags for muzaic system.
{
"tags": [
{
"id": "1",
"name": "acoustic",
"int_bonus": "0",
"tem_bonus": "0",
"rhy_bonus": "-1",
"ton_bonus": "1",
"var_bonus": "0",
"tagCategoryId": "4",
"secret": "0",
"active": "1"
},
{
"id": "2",
"name": "electronic",
"int_bonus": "0",
"tem_bonus": "1",
"rhy_bonus": "1",
"ton_bonus": "0",
"var_bonus": "-1",
"tagCategoryId": "4",
"secret": "0",
"active": "1"
}
],
"tagsRelations": {
"1": {
"2": -1
},
"2": {
"1": -1
}
}
}
Last updated
Was this helpful?