Translation components API.

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

GET /api/translations/yunohost-apps-test/languagetool/de/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/languagetool/de/?format=api",
            "source": [
                "There is a configuration file at `/var/www/languagetool/languagetool.conf` (for the first install)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1160062950689832798,
            "content_hash": 1160062950689832798,
            "location": "src/languagetool/ADMIN.md:3",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translate.yunohost.org/api/units/133298/?format=api",
            "priority": 100,
            "id": 140620,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/languagetool/de/?checksum=90195f1b7cf57f5e",
            "url": "https://translate.yunohost.org/api/units/140620/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-20T09:13:39.177660Z"
        },
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/languagetool/de/?format=api",
            "source": [
                "LanguageTool is a multilingual grammar, style, and spell checker. This package provides the API server for use by other programs, like the LanguageTool extensions for browsers and word processors."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4651434825765646945,
            "content_hash": -4651434825765646945,
            "location": "src/languagetool/DESCRIPTION.md:1",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://translate.yunohost.org/api/units/133299/?format=api",
            "priority": 100,
            "id": 140621,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/languagetool/de/?checksum=3f72c8ab9a5b8d9f",
            "url": "https://translate.yunohost.org/api/units/140621/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-20T09:13:39.180938Z"
        }
    ]
}