Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/rspamd/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/rspamd/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:29.373208Z",
            "action": 0,
            "target": "",
            "id": 211096,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/211096/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138820/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/rspamd/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/rspamd/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:29.373167Z",
            "action": 71,
            "target": "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.",
            "id": 211095,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/211095/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/138819/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/rspamd/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/rspamd/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:41:29.373096Z",
            "action": 71,
            "target": "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.",
            "id": 211094,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/211094/?format=api"
        }
    ]
}