Translation components API.

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

GET /api/translations/ooops-tools/ooops_web_editor/en/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "http://weblate.ops404.it/api/translations/ooops-tools/ooops_web_editor/en/?format=api",
            "source": [
                "https://www.ooops403.com/logo.png"
            ],
            "previous_source": "",
            "target": [
                "https://www.ooops403.com/logo.png"
            ],
            "id_hash": -9074895745920386887,
            "content_hash": -9074895745920386887,
            "location": "code:addons/ooops_web_editor/static/src/xml/editor.xml:12",
            "context": "",
            "note": "module: ooops_web_editor\nopenerp-web",
            "flags": "python-format",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "http://weblate.ops404.it/api/units/34888/?format=api",
            "priority": 100,
            "id": 34888,
            "web_url": "http://weblate.ops404.it/translate/ooops-tools/ooops_web_editor/en/?checksum=20f7e6662b638b9",
            "url": "http://weblate.ops404.it/api/units/34888/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}