Translation components API.

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

GET /api/translations/lxqt-panel/plugin-colorpicker/nl/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-colorpicker/nl/?format=api",
            "source": "Clear list",
            "previous_source": "",
            "target": "Lijst wissen",
            "id_hash": -5833295787307503419,
            "content_hash": -5833295787307503419,
            "location": "../colorpicker.cpp:222",
            "context": "ColorPickerWidget",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "priority": 100,
            "id": 359774,
            "web_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-colorpicker/nl/?checksum=2f0bf86337c0f0c5",
            "url": "https://translate.lxqt-project.org/api/units/359774/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-colorpicker/nl/?format=api",
            "source": "empty",
            "previous_source": "",
            "target": "leeg",
            "id_hash": -5646567075947305663,
            "content_hash": -5646567075947305663,
            "location": "../colorpicker.cpp:252",
            "context": "ColorPickerWidget",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 359775,
            "web_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-colorpicker/nl/?checksum=31a35d2945bea541",
            "url": "https://translate.lxqt-project.org/api/units/359775/?format=api"
        }
    ]
}