Translation projects API.

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

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

{
    "count": 139353,
    "next": null,
    "previous": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api&page=2787",
    "results": [
        {
            "unit": "https://translate.yunohost.org/api/units/2/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/core/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/core/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-03-17T12:31:06.388563Z",
            "action": 13,
            "target": "",
            "id": 3,
            "action_name": "Source string added",
            "url": "https://translate.yunohost.org/api/changes/3/?format=api"
        },
        {
            "unit": "https://translate.yunohost.org/api/units/1/?format=api",
            "component": "https://translate.yunohost.org/api/components/yunohost/core/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/core/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-03-17T12:31:06.364118Z",
            "action": 13,
            "target": "",
            "id": 2,
            "action_name": "Source string added",
            "url": "https://translate.yunohost.org/api/changes/2/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/core/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2019-03-17T12:31:05.585945Z",
            "action": 21,
            "target": "",
            "id": 1,
            "action_name": "Repository rebased",
            "url": "https://translate.yunohost.org/api/changes/1/?format=api"
        }
    ]
}