Translation components API.

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

GET /api/translations/zjes/lxqt-appswitcher/et/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/zjes/lxqt-appswitcher/et/?format=api",
            "source": "Switch applications",
            "previous_source": "",
            "target": "Vaheta rakendused",
            "id_hash": 3712524616022730393,
            "content_hash": 3712524616022730393,
            "location": "../src/app-switcher.cpp:21",
            "context": "AppSwitcher",
            "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": 314324,
            "web_url": "https://translate.lxqt-project.org/translate/zjes/lxqt-appswitcher/et/?checksum=b3858977ededa699",
            "url": "https://translate.lxqt-project.org/api/units/314324/?format=api"
        },
        {
            "translation": "https://translate.lxqt-project.org/api/translations/zjes/lxqt-appswitcher/et/?format=api",
            "source": "Reverse switch applications",
            "previous_source": "",
            "target": "Vaheta rakendused tagurpidi",
            "id_hash": -6926516092808147803,
            "content_hash": -6926516092808147803,
            "location": "../src/app-switcher.cpp:22",
            "context": "AppSwitcher",
            "note": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "priority": 100,
            "id": 314325,
            "web_url": "https://translate.lxqt-project.org/translate/zjes/lxqt-appswitcher/et/?checksum=1fe0124fd524cca5",
            "url": "https://translate.lxqt-project.org/api/units/314325/?format=api"
        }
    ]
}