Translation components API.

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

GET /api/translations/ooops-ecommerce/ooops_website_sale_checkout_payment_terms/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-ecommerce/ooops_website_sale_checkout_payment_terms/en/?format=api",
            "source": [
                "Payment Terms"
            ],
            "previous_source": "",
            "target": [
                "Payment Terms"
            ],
            "id_hash": 1649484522197393017,
            "content_hash": 1649484522197393017,
            "location": "model_terms:ir.ui.view,arch_db:ooops_website_sale_checkout_payment_terms.payment",
            "context": "",
            "note": "module: ooops_website_sale_checkout_payment_terms",
            "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/30407/?format=api",
            "priority": 100,
            "id": 30407,
            "web_url": "http://weblate.ops404.it/translate/ooops-ecommerce/ooops_website_sale_checkout_payment_terms/en/?checksum=96e4256f00149e79",
            "url": "http://weblate.ops404.it/api/units/30407/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}