Translation components API.

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

GET /api/translations/ooops-partner/ooops_shipping_note/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.ops404.it/api/translations/ooops-partner/ooops_shipping_note/en/?format=api",
            "source": [
                "Contact"
            ],
            "previous_source": "",
            "target": [
                "Contact"
            ],
            "id_hash": 8185998092623122491,
            "content_hash": 8185998092623122491,
            "location": "model:ir.model,name:ooops_shipping_note.model_res_partner",
            "context": "",
            "note": "module: ooops_shipping_note",
            "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/35968/?format=api",
            "priority": 100,
            "id": 35968,
            "web_url": "http://weblate.ops404.it/translate/ooops-partner/ooops_shipping_note/en/?checksum=f19a81e4dad3903b",
            "url": "http://weblate.ops404.it/api/units/35968/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "http://weblate.ops404.it/api/translations/ooops-partner/ooops_shipping_note/en/?format=api",
            "source": [
                "Shipping Note"
            ],
            "previous_source": "",
            "target": [
                "Shipping Note"
            ],
            "id_hash": -7832989936197663996,
            "content_hash": -7832989936197663996,
            "location": "model:ir.model.fields,field_description:ooops_shipping_note.field_res_partner__shipping_note, model:ir.model.fields,field_description:ooops_shipping_note.field_res_users__shipping_note",
            "context": "",
            "note": "module: ooops_shipping_note",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "http://weblate.ops404.it/api/units/35969/?format=api",
            "priority": 100,
            "id": 35969,
            "web_url": "http://weblate.ops404.it/translate/ooops-partner/ooops_shipping_note/en/?checksum=134ba1276bba8304",
            "url": "http://weblate.ops404.it/api/units/35969/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}