Translation projects API.

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

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

{
    "count": 14,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 56,
            "name": "Preference category",
            "color": "lime"
        },
        {
            "id": 57,
            "name": "Preference name/title",
            "color": "olive"
        },
        {
            "id": 58,
            "name": "Preference explanation text",
            "color": "green"
        },
        {
            "id": 59,
            "name": "Button",
            "color": "blue"
        },
        {
            "id": 60,
            "name": "Error message",
            "color": "red"
        },
        {
            "id": 62,
            "name": "Dialog title",
            "color": "purple"
        },
        {
            "id": 63,
            "name": "Dialog message",
            "color": "fuchsia"
        },
        {
            "id": 64,
            "name": "Toast (popup text at bottom of screen)",
            "color": "yellow"
        },
        {
            "id": 65,
            "name": "Other text",
            "color": "black"
        },
        {
            "id": 66,
            "name": "EditText hint",
            "color": "teal"
        },
        {
            "id": 67,
            "name": "Preference choice",
            "color": "olive"
        },
        {
            "id": 68,
            "name": "Spoken words for accessibility",
            "color": "silver"
        },
        {
            "id": 69,
            "name": "Post/comment metadata subtitle",
            "color": "gray"
        },
        {
            "id": 70,
            "name": "Menu item",
            "color": "maroon"
        }
    ]
}