Translation components API.

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

GET /api/translations/cyberos/desktop-daemon/el/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://hosted.weblate.org/api/translations/cyberos/desktop-daemon/el/?format=api",
            "source": [
                "Change wallpaper"
            ],
            "previous_source": "",
            "target": [
                "Αλλαγή ταπετσαρίας"
            ],
            "id_hash": 4693954183288199029,
            "content_hash": 3173068773585573662,
            "location": "../Desktop.qml:22",
            "context": "DesktopChange wallpaper",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/29418885/?format=api",
            "priority": 100,
            "id": 31330492,
            "web_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/el/?checksum=c1244675c6da1775",
            "url": "https://hosted.weblate.org/api/units/31330492/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-28T17:50:05.328657+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/cyberos/desktop-daemon/el/?format=api",
            "source": [
                "Desktop"
            ],
            "previous_source": "",
            "target": [
                "Επιτραπέζια επιφάνεια εργασίας"
            ],
            "id_hash": 337130127576758762,
            "content_hash": 3245527369029542817,
            "location": "../desktopview.cpp:12",
            "context": "DesktopViewDesktop",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/29418886/?format=api",
            "priority": 100,
            "id": 31330493,
            "web_url": "https://hosted.weblate.org/translate/cyberos/desktop-daemon/el/?checksum=84adba10994b79ea",
            "url": "https://hosted.weblate.org/api/units/31330493/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-28T17:50:05.343765+02:00"
        }
    ]
}