Translation components API.

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

GET /api/translations/linphone-iphone/uichatcreatecell/pt_BR/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://weblate.linphone.org/api/translations/linphone-iphone/uichatcreatecell/pt_BR/?format=api",
            "source": "john.doe@linphone.org",
            "previous_source": "",
            "target": "john.doe@linphone.org",
            "id_hash": -3669574214254034803,
            "content_hash": -5145469213669192349,
            "location": "",
            "context": "Bjy-H9-VyJ.text",
            "note": "\n/* Class = \"UILabel\"; text = \"john.doe@linphone.org\"; ObjectID = \"Bjy-H9-VyJ\"; */",
            "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": 70602,
            "web_url": "https://weblate.linphone.org/translate/linphone-iphone/uichatcreatecell/pt_BR/?checksum=4d130db1c274808d",
            "url": "https://weblate.linphone.org/api/units/70602/?format=api"
        },
        {
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/uichatcreatecell/pt_BR/?format=api",
            "source": "John Doe",
            "previous_source": "",
            "target": "John Doe",
            "id_hash": 6951340113131962735,
            "content_hash": 1738847451886865294,
            "location": "",
            "context": "Hrt-Iz-T2j.text",
            "note": "\n/* Class = \"UILabel\"; text = \"John Doe\"; ObjectID = \"Hrt-Iz-T2j\"; */",
            "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": 70603,
            "web_url": "https://weblate.linphone.org/translate/linphone-iphone/uichatcreatecell/pt_BR/?checksum=e0781f00cc27816f",
            "url": "https://weblate.linphone.org/api/units/70603/?format=api"
        },
        {
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/uichatcreatecell/pt_BR/?format=api",
            "source": "Linphone",
            "previous_source": "",
            "target": "Linphone",
            "id_hash": -2738190604414437185,
            "content_hash": 7025219159512893791,
            "location": "",
            "context": "vhd-fK-M2m.accessibilityLabel",
            "note": "\n/* Class = \"UIImageView\"; accessibilityLabel = \"Linphone\"; ObjectID = \"vhd-fK-M2m\"; */",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 70604,
            "web_url": "https://weblate.linphone.org/translate/linphone-iphone/uichatcreatecell/pt_BR/?checksum=59fffe272090b8bf",
            "url": "https://weblate.linphone.org/api/units/70604/?format=api"
        }
    ]
}