Translation components API.

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

GET /api/translations/yunohost-apps-test/simplytranslate/de/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/simplytranslate/de/?format=api",
            "source": [
                "The frontend for SimplyTranslate engine, which you can use for translation for many translation engine, there are DeepL, Reverso, ICIBA, Google Translate, and LibreTranslate (which instance LibreTranslate fetch from can be configured) engine."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5796745356802016343,
            "content_hash": -5796745356802016343,
            "location": "src/simplytranslate/DESCRIPTION.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": 33,
            "source_unit": "https://translate.yunohost.org/api/units/137142/?format=api",
            "priority": 100,
            "id": 142204,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/simplytranslate/de/?checksum=2f8dd2cf7a6bbba9",
            "url": "https://translate.yunohost.org/api/units/142204/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-20T09:59:30.707679Z"
        }
    ]
}