Translation components API.

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

GET /api/translations/yunohost-apps-test/marl/en/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/marl/en/?format=api",
            "source": [
                "Mastodon Archive Reader Lite (MARL) is a lightweight, single-page app that provides a user-friendly interface to explore the content of a Mastodon archive file: account data, posts, attachments, etc."
            ],
            "previous_source": "",
            "target": [
                "Mastodon Archive Reader Lite (MARL) is a lightweight, single-page app that provides a user-friendly interface to explore the content of a Mastodon archive file: account data, posts, attachments, etc."
            ],
            "id_hash": -7500535592359988407,
            "content_hash": -7500535592359988407,
            "location": "src/marl/DESCRIPTION.md:2",
            "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": 29,
            "source_unit": "https://translate.yunohost.org/api/units/138350/?format=api",
            "priority": 100,
            "id": 138350,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/marl/en/?checksum=17e8be9e48357349",
            "url": "https://translate.yunohost.org/api/units/138350/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:41:20.160094Z"
        },
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/marl/en/?format=api",
            "source": [
                "It runs by default in Local Mode, i.e. in-browser and does not store any user data on the server (apart from the access log as per your YNH configuration).  However you can also set it in Server Mode via the app configuration options, in order to display permanently one or several Mastodon archives stored online."
            ],
            "previous_source": "",
            "target": [
                "It runs by default in Local Mode, i.e. in-browser and does not store any user data on the server (apart from the access log as per your YNH configuration).  However you can also set it in Server Mode via the app configuration options, in order to display permanently one or several Mastodon archives stored online."
            ],
            "id_hash": -740547076715810046,
            "content_hash": -740547076715810046,
            "location": "src/marl/DESCRIPTION.md:4",
            "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": 55,
            "source_unit": "https://translate.yunohost.org/api/units/149886/?format=api",
            "priority": 100,
            "id": 149886,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/marl/en/?checksum=75b90c5b78e67302",
            "url": "https://translate.yunohost.org/api/units/149886/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-04-03T22:16:28.284914Z"
        }
    ]
}