Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/redirect/en/?format=api",
            "source": [
                "The nginx configuration can be further tweaked in `/etc/nginx/conf.d/__DOMAIN__.d/__APP__.conf`"
            ],
            "previous_source": "",
            "target": [
                "The nginx configuration can be further tweaked in `/etc/nginx/conf.d/__DOMAIN__.d/__APP__.conf`"
            ],
            "id_hash": -9073731945595929614,
            "content_hash": -9073731945595929614,
            "location": "src/redirect/ADMIN.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": 9,
            "source_unit": "https://translate.yunohost.org/api/units/134474/?format=api",
            "priority": 100,
            "id": 134474,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/redirect/en/?checksum=0213a0dec3a3fbf2",
            "url": "https://translate.yunohost.org/api/units/134474/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:40:07.994467Z"
        },
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/redirect/en/?format=api",
            "source": [
                "This application allows to integrate a custom tile in YunoHost's user portal."
            ],
            "previous_source": "",
            "target": [
                "This application allows to integrate a custom tile in YunoHost's user portal."
            ],
            "id_hash": 7192351642001601817,
            "content_hash": 7192351642001601817,
            "location": "src/redirect/DESCRIPTION.md:2",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate.yunohost.org/api/units/134476/?format=api",
            "priority": 100,
            "id": 134476,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/redirect/en/?checksum=e3d05db63133f519",
            "url": "https://translate.yunohost.org/api/units/134476/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:40:08.024352Z"
        },
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/redirect/en/?format=api",
            "source": [
                "There two typical use cases are covered: - **basic, explicit redirection** : this is a \"virtual\" app tile that just redirects to another url or external website using HTTP code 302 - **reverse-proxy** : create an app tile to expose an app listening on a specific port, typically something that you manually installed (with or without Docker) locally or on another machine."
            ],
            "previous_source": "",
            "target": [
                "There two typical use cases are covered: - **basic, explicit redirection** : this is a \"virtual\" app tile that just redirects to another url or external website using HTTP code 302 - **reverse-proxy** : create an app tile to expose an app listening on a specific port, typically something that you manually installed (with or without Docker) locally or on another machine."
            ],
            "id_hash": 7494498926496847245,
            "content_hash": 7494498926496847245,
            "location": "src/redirect/DESCRIPTION.md:5",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 62,
            "source_unit": "https://translate.yunohost.org/api/units/134477/?format=api",
            "priority": 100,
            "id": 134477,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/redirect/en/?checksum=e801cf10eb64158d",
            "url": "https://translate.yunohost.org/api/units/134477/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:40:08.045655Z"
        }
    ]
}