Translation components API.

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

GET /api/translations/yunohost-apps-test/cesium/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": "https://translate.yunohost.org/api/translations/yunohost-apps-test/cesium/en/?format=api",
            "source": [
                "[Cesium](https://cesium.app) is an [Unhosted webapp](https://unhosted.org) client for any [Duniter](https://duniter.org) crypto-currency.  It allows you to manage your wallet, certify your friends, and more!"
            ],
            "previous_source": "",
            "target": [
                "[Cesium](https://cesium.app) is an [Unhosted webapp](https://unhosted.org) client for any [Duniter](https://duniter.org) crypto-currency.  It allows you to manage your wallet, certify your friends, and more!"
            ],
            "id_hash": -6187508152647460280,
            "content_hash": -6187508152647460280,
            "location": "src/cesium/DESCRIPTION.md:2",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translate.yunohost.org/api/units/132356/?format=api",
            "priority": 100,
            "id": 132356,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/cesium/en/?checksum=2a218e1e349d5a48",
            "url": "https://translate.yunohost.org/api/units/132356/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:39:04.760989Z"
        }
    ]
}