Translation components API.

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

GET /api/translations/ooops-stock/ooops_stock_adjustment_popup/it/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-stock/ooops_stock_adjustment_popup/it/?format=api",
            "source": [
                "All quantities will be set to 0, do you want to continue?"
            ],
            "previous_source": "",
            "target": [
                "Tutte le quantità saranno impostate a 0, vuoi continuare?"
            ],
            "id_hash": -3568578431135317404,
            "content_hash": -3568578431135317404,
            "location": "model_terms:ir.ui.view,arch_db:ooops_stock_adjustment_popup.view_inventory_form_inherited",
            "context": "",
            "note": "module: ooops_stock_adjustment_popup",
            "flags": "",
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "http://weblate.ops404.it/api/units/31153/?format=api",
            "priority": 100,
            "id": 31154,
            "web_url": "http://weblate.ops404.it/translate/ooops-stock/ooops_stock_adjustment_popup/it/?checksum=4e79dcd2f30f0264",
            "url": "http://weblate.ops404.it/api/units/31154/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}