Translation components API.

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

GET /api/translations/bureaucrat-generics-16-0/crnd_wsd_contract_service/en/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": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-16-0/crnd_wsd_contract_service/en/?format=api",
            "source": [
                "Contract with services"
            ],
            "previous_source": "",
            "target": [
                "Contract with services"
            ],
            "id_hash": 385764637542074773,
            "content_hash": 385764637542074773,
            "location": "model:generic.contract,name:crnd_wsd_contract_service.demo_contract_service",
            "context": "",
            "note": "module: crnd_wsd_contract_service",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "http://weblate.crnd.pro/api/units/496615/?format=api",
            "priority": 100,
            "id": 496615,
            "web_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/crnd_wsd_contract_service/en/?checksum=855a82e4db9a4995",
            "url": "http://weblate.crnd.pro/api/units/496615/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "http://weblate.crnd.pro/api/translations/bureaucrat-generics-16-0/crnd_wsd_contract_service/en/?format=api",
            "source": [
                "This is demo contract for portal user that is used in tests"
            ],
            "previous_source": "",
            "target": [
                "This is demo contract for portal user that is used in tests"
            ],
            "id_hash": -3872661433589937922,
            "content_hash": -3872661433589937922,
            "location": "model_terms:generic.contract,description:crnd_wsd_contract_service.demo_contract_service",
            "context": "",
            "note": "module: crnd_wsd_contract_service",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "http://weblate.crnd.pro/api/units/496617/?format=api",
            "priority": 100,
            "id": 496617,
            "web_url": "http://weblate.crnd.pro/translate/bureaucrat-generics-16-0/crnd_wsd_contract_service/en/?checksum=4a418af1c38448fe",
            "url": "http://weblate.crnd.pro/api/units/496617/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}