Translation components API.

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

GET /api/translations/yunohost-apps-test/lufi/fr/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": "https://translate.yunohost.org/api/translations/yunohost-apps-test/lufi/fr/?format=api",
            "source": [
                "How to configure this app: a plain file at `__INSTALL_DIR__/lufi.conf` with SSH."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4131636358231127419,
            "content_hash": -4131636358231127419,
            "location": "src/lufi/ADMIN.md:1",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate.yunohost.org/api/units/131463/?format=api",
            "priority": 100,
            "id": 131471,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/lufi/fr/?checksum=46a97a9f5e8b8a85",
            "url": "https://translate.yunohost.org/api/units/131471/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:38:31.397686Z"
        },
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/lufi/fr/?format=api",
            "source": [
                "Lufi stores files and allows you to download them. Is that all? No. All the files are encrypted **by the browser**! It means that your files **never** leave your computer unencrypted.  The administrator of the Lufi instance you use will not be able to see what is in your file, neither will your network administrator, or your ISP.  The encryption key part of the URL is a anchor (Cf. [Fragment Identifier](https://en.wikipedia.org/wiki/Fragment_identifier)), that means this part is only processed client-side and does not reach the server. :-)"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7091705269026021264,
            "content_hash": 7091705269026021264,
            "location": "src/lufi/DESCRIPTION.md:3",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 86,
            "source_unit": "https://translate.yunohost.org/api/units/131465/?format=api",
            "priority": 100,
            "id": 131472,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/lufi/fr/?checksum=e26acc5e640fdf90",
            "url": "https://translate.yunohost.org/api/units/131472/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:38:31.401473Z"
        }
    ]
}