Labels
Translation projects API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/projects/otrs-7/labels/?format=api
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"name": "Automatically translated",
"color": "yellow"
}
]
}