Translation components API.

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

GET /api/translations/linphone-iphone/uihistorycell/es/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/uihistorycell/es/?format=api",
            "source": "Firstname",
            "previous_source": "",
            "target": "Primer Nombre",
            "id_hash": -7405112374591759780,
            "content_hash": 1576067442298769321,
            "location": "",
            "context": "zG2-Kg-0jD.accessibilityLabel",
            "note": "\n/* Class = \"UILabel\"; accessibilityLabel = \"Firstname\"; ObjectID = \"zG2-Kg-0jD\"; */",
            "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": 70859,
            "web_url": "https://weblate.linphone.org/translate/linphone-iphone/uihistorycell/es/?checksum=193bc1877e9bda5c",
            "url": "https://weblate.linphone.org/api/units/70859/?format=api"
        },
        {
            "translation": "https://weblate.linphone.org/api/translations/linphone-iphone/uihistorycell/es/?format=api",
            "source": "John Doe",
            "previous_source": "",
            "target": "John Doe",
            "id_hash": -2878100292098684502,
            "content_hash": -4448496326738265759,
            "location": "",
            "context": "zG2-Kg-0jD.text",
            "note": "\n/* Class = \"UILabel\"; text = \"John Doe\"; ObjectID = \"zG2-Kg-0jD\"; */",
            "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": 70860,
            "web_url": "https://weblate.linphone.org/translate/linphone-iphone/uihistorycell/es/?checksum=580eef087d8289aa",
            "url": "https://weblate.linphone.org/api/units/70860/?format=api"
        }
    ]
}