Translation components API.

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

GET /api/components/yunohost-apps-test/minchat/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53,
    "next": null,
    "previous": "https://translate.yunohost.org/api/components/yunohost-apps-test/minchat/changes/?format=api",
    "results": [
        {
            "unit": "https://translate.yunohost.org/api/units/133180/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/minchat/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/minchat/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:29.368488Z",
            "action": 71,
            "target": "In this example `auth = John:Game,John:Family,Mary:Game,Tim:Family,admin:*,*:Public,*:`:",
            "id": 204409,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/204409/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/133179/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/minchat/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/minchat/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:39:29.368450Z",
            "action": 71,
            "target": "The setup is optional. If you leave it as is, there is a single unnamed room, opened to all users. If you want to customize the access control, edit the file `__INSTALL_DIR__/conf/setup.ini` (if missing, copy it from `__INSTALL_DIR__/conf/sample/setup.ini`). The interesting parameter is `auth` that indicates which user is authorized to which room.",
            "id": 204408,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/204408/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/minchat/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2025-03-19T18:38:44.117217Z",
            "action": 51,
            "target": "",
            "id": 202488,
            "action_name": "Component created",
            "url": "https://translate.yunohost.org/api/changes/202488/?format=api"
        }
    ]
}