Translation components API.

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

GET /api/translations/yunohost-apps-test/dagu/fr/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/dagu/fr/?format=api",
            "source": [
                "Dagu is a powerful Cron alternative that comes with a Web UI. It allows you to define dependencies between commands as a Directed Acyclic Graph (DAG) in a declarative YAML format. Dagu simplifies the management and execution of complex workflows. It natively supports running Docker containers, making HTTP requests, and executing commands over SSH."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5750497233549098605,
            "content_hash": 5750497233549098605,
            "location": "src/dagu/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": 54,
            "source_unit": "https://translate.yunohost.org/api/units/138305/?format=api",
            "priority": 100,
            "id": 138308,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/dagu/fr/?checksum=cfcddec4378f7e6d",
            "url": "https://translate.yunohost.org/api/units/138308/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:41:18.776474Z"
        }
    ]
}