Translation components API.

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

GET /api/translations/ooops-mrp/ooops_remove_variant_limit/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-mrp/ooops_remove_variant_limit/en/?format=api",
            "source": [
                "Product Template"
            ],
            "previous_source": "",
            "target": [
                "Product Template"
            ],
            "id_hash": 2983134957671095655,
            "content_hash": 2983134957671095655,
            "location": "model:ir.model,name:ooops_remove_variant_limit.model_product_template",
            "context": "",
            "note": "module: ooops_remove_variant_limit",
            "flags": "",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "http://weblate.ops404.it/api/units/36688/?format=api",
            "priority": 100,
            "id": 36688,
            "web_url": "http://weblate.ops404.it/translate/ooops-mrp/ooops_remove_variant_limit/en/?checksum=a96639704d091d67",
            "url": "http://weblate.ops404.it/api/units/36688/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "http://weblate.ops404.it/api/translations/ooops-mrp/ooops_remove_variant_limit/en/?format=api",
            "source": [
                "The number of variants to generate is too high. You should either not generate variants for each combination or generate them on demand from the sales order. To do so, open the form view of attributes and change the mode of *Create Variants*."
            ],
            "previous_source": "",
            "target": [
                "The number of variants to generate is too high. You should either not generate variants for each combination or generate them on demand from the sales order. To do so, open the form view of attributes and change the mode of *Create Variants*."
            ],
            "id_hash": -5908910666938329623,
            "content_hash": -5908910666938329623,
            "location": "code:addons/ooops_remove_variant_limit/models/product_template.py:67, code:addons/ooops_remove_variant_limit/models/product_template.py:71",
            "context": "",
            "note": "module: ooops_remove_variant_limit",
            "flags": "python-format",
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 43,
            "source_unit": "http://weblate.ops404.it/api/units/36689/?format=api",
            "priority": 100,
            "id": 36689,
            "web_url": "http://weblate.ops404.it/translate/ooops-mrp/ooops_remove_variant_limit/en/?checksum=2dff550e1f9fd5e9",
            "url": "http://weblate.ops404.it/api/units/36689/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}