Translation components API.

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

GET /api/translations/yunohost/landingpage/ar/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 203,
    "next": null,
    "previous": "https://translate.yunohost.org/api/translations/yunohost/landingpage/ar/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://translate.yunohost.org/api/units/121671/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/landingpage/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/landingpage/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-10-31T21:48:05.411812Z",
            "action": 71,
            "target": "",
            "id": 183837,
            "action_name": "String added in the repository",
            "url": "https://translate.yunohost.org/api/changes/183837/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/landingpage/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/landingpage/ar/?format=api",
            "user": "https://translate.yunohost.org/api/users/yunohost/?format=api",
            "author": "https://translate.yunohost.org/api/users/yunohost/?format=api",
            "timestamp": "2024-10-31T21:47:59.958903Z",
            "action": 48,
            "target": "",
            "id": 183800,
            "action_name": "Language added",
            "url": "https://translate.yunohost.org/api/changes/183800/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/landingpage/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/landingpage/ar/?format=api",
            "user": "https://translate.yunohost.org/api/users/yunohost/?format=api",
            "author": null,
            "timestamp": "2024-10-31T21:47:59.953911Z",
            "action": 17,
            "target": "",
            "id": 183799,
            "action_name": "Changes committed",
            "url": "https://translate.yunohost.org/api/changes/183799/?format=api"
        }
    ]
}