Translation components API.

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

GET /api/translations/yunohost-apps-test/fluxbb/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/fluxbb/de/?format=api",
            "source": [
                "FluxBB is designed as a lighter, faster alternative to some of the traditional feature heavy forum applications. It is easy to use and has a proven track record of stability and security making it an ideal choice of forum for your website."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -1738235189331743119,
            "content_hash": -1738235189331743119,
            "location": "src/fluxbb/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": 42,
            "source_unit": "https://translate.yunohost.org/api/units/137765/?format=api",
            "priority": 100,
            "id": 142606,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/fluxbb/de/?checksum=67e08c4e0bcc2e71",
            "url": "https://translate.yunohost.org/api/units/142606/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-20T10:10:04.649724Z"
        }
    ]
}