Translation components API.

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

GET /api/translations/ooops-base/ooops_report_base/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-base/ooops_report_base/en/?format=api",
            "source": [
                "Page:"
            ],
            "previous_source": "",
            "target": [
                "Page:"
            ],
            "id_hash": -5069995406636570628,
            "content_hash": -5069995406636570628,
            "location": "model_terms:ir.ui.view,arch_db:ooops_report_base.external_layout_boxed_ooops",
            "context": "",
            "note": "module: ooops_report_base",
            "flags": "",
            "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/35060/?format=api",
            "priority": 100,
            "id": 35060,
            "web_url": "http://weblate.ops404.it/translate/ooops-base/ooops_report_base/en/?checksum=39a3c20a2690a7fc",
            "url": "http://weblate.ops404.it/api/units/35060/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}