Translation components API.

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

GET /api/translations/yunohost-apps-test/peertube_remote_runner/en/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/peertube_remote_runner/en/?format=api",
            "source": [
                "Remote runner to offload heavy workloads jobs (such as transcoding) from one or several (distant) Peertube server."
            ],
            "previous_source": "",
            "target": [
                "Remote runner to offload heavy workloads jobs (such as transcoding) from one or several (distant) Peertube server."
            ],
            "id_hash": 3225357404903330977,
            "content_hash": 3225357404903330977,
            "location": "src/peertube_remote_runner/DESCRIPTION.md:1",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translate.yunohost.org/api/units/139056/?format=api",
            "priority": 100,
            "id": 139056,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/peertube_remote_runner/en/?checksum=acc2c57898f054a1",
            "url": "https://translate.yunohost.org/api/units/139056/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:41:33.587313Z"
        }
    ]
}