Translation components API.

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

GET /api/translations/yunohost-apps-test/rspamd/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/rspamd/de/?format=api",
            "source": [
                "Rspamd is an advanced spam filtering system that allows evaluation of messages by a number of rules including regular expressions, statistical analysis and custom services such as URL black lists. Each message is analysed by Rspamd and given a spam score."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8760193374337292593,
            "content_hash": -8760193374337292593,
            "location": "src/rspamd/DESCRIPTION.md:2",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 41,
            "source_unit": "https://translate.yunohost.org/api/units/138819/?format=api",
            "priority": 100,
            "id": 143087,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/rspamd/de/?checksum=066d8a8a1ee526cf",
            "url": "https://translate.yunohost.org/api/units/143087/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-20T10:26:10.944074Z"
        },
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/rspamd/de/?format=api",
            "source": [
                "According to this spam score and the user’s settings, Rspamd recommends an action for the MTA to apply to the message, for example, to pass, reject or add a header. Rspamd is designed to process hundreds of messages per second simultaneously, and provides a number of useful features."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 556733664289164597,
            "content_hash": 556733664289164597,
            "location": "src/rspamd/DESCRIPTION.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": 48,
            "source_unit": "https://translate.yunohost.org/api/units/138820/?format=api",
            "priority": 100,
            "id": 143088,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/rspamd/de/?checksum=87b9ea5166750d35",
            "url": "https://translate.yunohost.org/api/units/143088/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-20T10:26:10.947698Z"
        }
    ]
}