Translation components API.

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

GET /api/translations/linphone-iphone/sidemenuview/cs/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://weblate.linphone.org/api/translations/linphone-iphone/sidemenuview/cs/?format=api",
            "source": "john.doe@sip.linphone.org",
            "previous_source": "",
            "target": "john.doe@sip.linphone.org",
            "id_hash": 3722894210512498757,
            "content_hash": 7496469246128464453,
            "location": "",
            "context": "V8A-tK-4iV.text",
            "note": "\n/* Class = \"UILabel\"; text = \"john.doe@sip.linphone.org\"; ObjectID = \"V8A-tK-4iV\"; */\n",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 225900,
            "web_url": "https://weblate.linphone.org/translate/linphone-iphone/sidemenuview/cs/?checksum=b3aa608f49f4b045",
            "url": "https://weblate.linphone.org/api/units/225900/?format=api"
        },
        {
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/sidemenuview/cs/?format=api",
            "source": "John Doe",
            "previous_source": "",
            "target": "John Doe",
            "id_hash": 3455478561594742118,
            "content_hash": -1790087941201665153,
            "location": "",
            "context": "XbU-2B-u1b.text",
            "note": "\n/* Class = \"UILabel\"; text = \"John Doe\"; ObjectID = \"XbU-2B-u1b\"; */\n",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "priority": 100,
            "id": 225901,
            "web_url": "https://weblate.linphone.org/translate/linphone-iphone/sidemenuview/cs/?checksum=aff45371a0d51566",
            "url": "https://weblate.linphone.org/api/units/225901/?format=api"
        }
    ]
}