Translation components API.

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

GET /api/translations/kodi-add-ons-pvr-clients/pvr-demo/en_nz/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://kodi.weblate.cloud/api/components/kodi-add-ons-pvr-clients/pvr-demo/?format=api",
            "translation": "https://kodi.weblate.cloud/api/translations/kodi-add-ons-pvr-clients/pvr-demo/en_nz/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-27T07:33:52.782983Z",
            "action": 0,
            "target": "",
            "id": 695040,
            "action_name": "Resource updated",
            "url": "https://kodi.weblate.cloud/api/changes/695040/?format=api"
        },
        {
            "unit": null,
            "component": "https://kodi.weblate.cloud/api/components/kodi-add-ons-pvr-clients/pvr-demo/?format=api",
            "translation": "https://kodi.weblate.cloud/api/translations/kodi-add-ons-pvr-clients/pvr-demo/en_nz/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-03-14T11:28:32.331399Z",
            "action": 0,
            "target": "",
            "id": 406436,
            "action_name": "Resource updated",
            "url": "https://kodi.weblate.cloud/api/changes/406436/?format=api"
        }
    ]
}