Translation components API.

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

GET /api/translations/yunohost-apps-test/acropolis/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/acropolis/de/?format=api",
            "source": [
                "Acropolis was forked from diaspora* in August 2021. The idea for the fork is to optimize toward community, that is making it as easy as possible to contribute. We're following a protocol that basically says if you are addressing a valid problem, your code gets merged. Everything else follows from that."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 7916906964304323231,
            "content_hash": 7916906964304323231,
            "location": "src/acropolis/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": 51,
            "source_unit": "https://translate.yunohost.org/api/units/138475/?format=api",
            "priority": 100,
            "id": 142853,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/acropolis/de/?checksum=edde80f03f2ce29f",
            "url": "https://translate.yunohost.org/api/units/142853/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-20T10:18:45.606114Z"
        }
    ]
}