Translation components API.

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

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

{
    "count": 52,
    "next": null,
    "previous": "https://translate.yunohost.org/api/translations/yunohost/moulinette/ru/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/moulinette/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/moulinette/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-08-13T10:15:27.232883Z",
            "action": 0,
            "target": "",
            "id": 4262,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/4262/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/moulinette/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/moulinette/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-03-17T12:39:41.880499Z",
            "action": 0,
            "target": "",
            "id": 1025,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/1025/?format=api"
        }
    ]
}