Translation components API.

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

GET /api/translations/cyberos/terminal/ml/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://hosted.weblate.org/api/translations/cyberos/terminal/ml/?format=api",
            "source": [
                "Process is running, are you sure you want to quit?"
            ],
            "previous_source": "",
            "target": [
                "പ്രോസസ്സ് പ്രവർത്തിക്കുന്നു, നിർത്തണമെന്ന് ഉറപ്പാണോ?"
            ],
            "id_hash": 5225038886227698835,
            "content_hash": -4944854548167265111,
            "location": "../src/qml/ExitPromptDialog.qml:32",
            "context": "ExitPromptDialogProcess is running, are you sure you want to quit?",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://hosted.weblate.org/api/units/29421004/?format=api",
            "priority": 100,
            "id": 31506063,
            "web_url": "https://hosted.weblate.org/translate/cyberos/terminal/ml/?checksum=c883112eff346493",
            "url": "https://hosted.weblate.org/api/units/31506063/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-05T09:35:10.173488+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/cyberos/terminal/ml/?format=api",
            "source": [
                "OK"
            ],
            "previous_source": "",
            "target": [
                "അതെ"
            ],
            "id_hash": -6171118125375767272,
            "content_hash": 3834587175990599684,
            "location": "../src/qml/ExitPromptDialog.qml:40",
            "context": "ExitPromptDialogOK",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/29421005/?format=api",
            "priority": 100,
            "id": 31506064,
            "web_url": "https://hosted.weblate.org/translate/cyberos/terminal/ml/?checksum=2a5bc8c2ce00bd18",
            "url": "https://hosted.weblate.org/api/units/31506064/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-05T09:35:10.183253+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/cyberos/terminal/ml/?format=api",
            "source": [
                "Cancel"
            ],
            "previous_source": "",
            "target": [
                "റദ്ദാക്കുക"
            ],
            "id_hash": -8054318490212996027,
            "content_hash": -791878297059459975,
            "location": "../src/qml/ExitPromptDialog.qml:48",
            "context": "ExitPromptDialogCancel",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/29421006/?format=api",
            "priority": 100,
            "id": 31506065,
            "web_url": "https://hosted.weblate.org/translate/cyberos/terminal/ml/?checksum=10395001bafe6c45",
            "url": "https://hosted.weblate.org/api/units/31506065/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-05-05T09:35:10.190524+02:00"
        }
    ]
}