Translation components API.

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

GET /api/translations/yunohost/moulinette/nb_NO/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/translations/yunohost/moulinette/nb_NO/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/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-08-13T10:15:23.285642Z",
            "action": 0,
            "target": "",
            "id": 4256,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/4256/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/moulinette/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/moulinette/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-06-15T00:06:59.726993Z",
            "action": 17,
            "target": "",
            "id": 3696,
            "action_name": "Changes committed",
            "url": "https://translate.yunohost.org/api/changes/3696/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/moulinette/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/moulinette/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-06-15T00:06:59.661504Z",
            "action": 0,
            "target": "",
            "id": 3695,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/3695/?format=api"
        }
    ]
}