Translation components API.

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

GET /api/translations/linphone-iphone/sidemenuviewipad/es_AR/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/sidemenuviewipad/es_AR/?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\"; */",
            "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": 69458,
            "web_url": "https://weblate.linphone.org/translate/linphone-iphone/sidemenuviewipad/es_AR/?checksum=aff45371a0d51566",
            "url": "https://weblate.linphone.org/api/units/69458/?format=api"
        },
        {
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/sidemenuviewipad/es_AR/?format=api",
            "source": "john.doe@sip.linphone.org",
            "previous_source": "",
            "target": "john.doe@sip.linphone.org",
            "id_hash": -6980441040533279555,
            "content_hash": 3949008977400262801,
            "location": "",
            "context": "ypg-P8-Els.text",
            "note": "\n/* Class = \"UILabel\"; text = \"john.doe@sip.linphone.org\"; ObjectID = \"ypg-P8-Els\"; */",
            "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": 69459,
            "web_url": "https://weblate.linphone.org/translate/linphone-iphone/sidemenuviewipad/es_AR/?checksum=1f207ddb8b74acbd",
            "url": "https://weblate.linphone.org/api/units/69459/?format=api"
        }
    ]
}