Translation projects API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/projects/arbron-summoner/labels/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 2,
            "name": "Tooltip",
            "description": "",
            "color": "aqua"
        },
        {
            "id": 3,
            "name": "Form Label",
            "description": "",
            "color": "olive"
        },
        {
            "id": 4,
            "name": "Button",
            "description": "",
            "color": "maroon"
        },
        {
            "id": 5,
            "name": "Header",
            "description": "",
            "color": "black"
        },
        {
            "id": 6,
            "name": "Error Message",
            "description": "",
            "color": "red"
        }
    ]
}