Translation components API.

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

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

{
    "count": 753,
    "next": null,
    "previous": "https://translate.yunohost.org/api/translations/yunohost/admin/en/changes/?format=api&page=15",
    "results": [
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/admin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/admin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-24T16:07:41.956123Z",
            "action": 0,
            "target": "",
            "id": 22910,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/22910/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/admin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/admin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-01-19T22:09:16.590484Z",
            "action": 0,
            "target": "",
            "id": 21070,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/21070/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/admin/?format=api",
            "translation": "https://translate.yunohost.org/api/translations/yunohost/admin/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-11-08T09:00:02.586915Z",
            "action": 0,
            "target": "",
            "id": 18446,
            "action_name": "Resource updated",
            "url": "https://translate.yunohost.org/api/changes/18446/?format=api"
        }
    ]
}