Translation components API.

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

GET /api/translations/yunohost-apps-test/mumble-web/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/mumble-web/en/?format=api",
            "source": [
                "Various configuration options are available for Mumble web on this configuration file `__INSTALL_DIR__/dist/config.local.js`"
            ],
            "previous_source": "",
            "target": [
                "Various configuration options are available for Mumble web on this configuration file `__INSTALL_DIR__/dist/config.local.js`"
            ],
            "id_hash": -1938400324303363995,
            "content_hash": -1938400324303363995,
            "location": "src/mumble-web/ADMIN.md:3",
            "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": 13,
            "source_unit": "https://translate.yunohost.org/api/units/133171/?format=api",
            "priority": 100,
            "id": 133171,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/mumble-web/en/?checksum=65196b2cd5656065",
            "url": "https://translate.yunohost.org/api/units/133171/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:39:28.467906Z"
        },
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mumble-web/en/?format=api",
            "source": [
                "Here are online documentations: - Murmur documentation: <https://wiki.mumble.info/wiki/Murmurguide> - Framasoft documentation: <https://docs.framasoft.org/fr/jitsimeet/mumble.html>"
            ],
            "previous_source": "",
            "target": [
                "Here are online documentations: - Murmur documentation: <https://wiki.mumble.info/wiki/Murmurguide> - Framasoft documentation: <https://docs.framasoft.org/fr/jitsimeet/mumble.html>"
            ],
            "id_hash": 7594905105453649339,
            "content_hash": 7594905105453649339,
            "location": "src/mumble-web/ADMIN.md:6",
            "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/133172/?format=api",
            "priority": 100,
            "id": 133172,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/mumble-web/en/?checksum=e96685f4315d8dbb",
            "url": "https://translate.yunohost.org/api/units/133172/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:39:28.490080Z"
        },
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/mumble-web/en/?format=api",
            "source": [
                "mumble-web is an HTML5 Mumble client for use in modern browsers.  The Mumble protocol uses TCP for control and UDP for voice. Running in a browser, both are unavailable to this client. Instead Websockets are used for control and WebRTC is used for voice (using Websockets as fallback if the server does not support WebRTC)."
            ],
            "previous_source": "",
            "target": [
                "mumble-web is an HTML5 Mumble client for use in modern browsers.  The Mumble protocol uses TCP for control and UDP for voice. Running in a browser, both are unavailable to this client. Instead Websockets are used for control and WebRTC is used for voice (using Websockets as fallback if the server does not support WebRTC)."
            ],
            "id_hash": 317519279953880164,
            "content_hash": 317519279953880164,
            "location": "src/mumble-web/DESCRIPTION.md:2",
            "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": 55,
            "source_unit": "https://translate.yunohost.org/api/units/133173/?format=api",
            "priority": 100,
            "id": 133173,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/mumble-web/en/?checksum=84680e1a52fd2464",
            "url": "https://translate.yunohost.org/api/units/133173/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:39:28.510298Z"
        }
    ]
}