Translation components API.

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

GET /api/translations/ooops-base/ooops_rest/it/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": "http://weblate.ops404.it/api/translations/ooops-base/ooops_rest/it/?format=api",
            "source": [
                "Company type not found"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -513923718480729573,
            "content_hash": -513923718480729573,
            "location": "code:addons/ooops_rest/models/res_partner.py:16, code:addons/ooops_rest/models/res_partner.py:21, code:addons/ooops_rest/models/res_partner.py:29, code:addons/ooops_rest/models/res_partner.py:34",
            "context": "",
            "note": "module: ooops_rest",
            "flags": "python-format",
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "http://weblate.ops404.it/api/units/52425/?format=api",
            "priority": 100,
            "id": 52428,
            "web_url": "http://weblate.ops404.it/translate/ooops-base/ooops_rest/it/?checksum=78de2d19d64eea1b",
            "url": "http://weblate.ops404.it/api/units/52428/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "http://weblate.ops404.it/api/translations/ooops-base/ooops_rest/it/?format=api",
            "source": [
                "Contact"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 8185998092623122491,
            "content_hash": 8185998092623122491,
            "location": "model:ir.model,name:ooops_rest.model_res_partner",
            "context": "",
            "note": "module: ooops_rest",
            "flags": "",
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "http://weblate.ops404.it/api/units/52426/?format=api",
            "priority": 100,
            "id": 52429,
            "web_url": "http://weblate.ops404.it/translate/ooops-base/ooops_rest/it/?checksum=f19a81e4dad3903b",
            "url": "http://weblate.ops404.it/api/units/52429/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "http://weblate.ops404.it/api/translations/ooops-base/ooops_rest/it/?format=api",
            "source": [
                "Name is cannot be empty"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4615166574498399525,
            "content_hash": -4615166574498399525,
            "location": "code:addons/ooops_rest/models/res_partner.py:13, code:addons/ooops_rest/models/res_partner.py:16, code:addons/ooops_rest/models/res_partner.py:24, code:addons/ooops_rest/models/res_partner.py:29, code:addons/ooops_rest/models/res_partner.py:33, code:addons/ooops_rest/models/res_partner.py:38",
            "context": "",
            "note": "module: ooops_rest",
            "flags": "python-format",
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "http://weblate.ops404.it/api/units/52427/?format=api",
            "priority": 100,
            "id": 52430,
            "web_url": "http://weblate.ops404.it/translate/ooops-base/ooops_rest/it/?checksum=3ff3a273e3c43adb",
            "url": "http://weblate.ops404.it/api/units/52430/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}