Translation components API.

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

GET /api/translations/ooops-base-14-0/pos_debranding/it/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-base-14-0/pos_debranding/it/?format=api",
            "source": [
                "/logo.png"
            ],
            "previous_source": "",
            "target": [
                "/logo.png"
            ],
            "id_hash": 8274541000614990915,
            "content_hash": 8274541000614990915,
            "location": "code:addons/pos_debranding/static/src/xml/Chrome.xml:0",
            "context": "",
            "note": "module: pos_debranding\nopenerp-web",
            "flags": "python-format",
            "state": 20,
            "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/76188/?format=api",
            "priority": 100,
            "id": 76198,
            "web_url": "http://weblate.ops404.it/translate/ooops-base-14-0/pos_debranding/it/?checksum=f2d513331d0fd443",
            "url": "http://weblate.ops404.it/api/units/76198/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}