Translation components API.

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

GET /api/translations/turris/pkglists/de/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 103,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/turris/pkglists/de/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/turris/pkglists/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/turris/pkglists/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-09T15:13:48.383169+02:00",
            "action": 0,
            "target": "",
            "id": 12672300,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/12672300/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/turris/pkglists/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/turris/pkglists/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-06-01T19:49:34.564960+02:00",
            "action": 0,
            "target": "",
            "id": 10887810,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/10887810/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/turris/pkglists/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/turris/pkglists/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-05T15:31:16.573418+02:00",
            "action": 0,
            "target": "",
            "id": 10009896,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/10009896/?format=api"
        }
    ]
}