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