Translation components API.

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

GET /api/translations/libo_ui-master/wizardssourceresources/id/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 202,
    "next": null,
    "previous": "https://translations.documentfoundation.org/api/translations/libo_ui-master/wizardssourceresources/id/changes/?format=api&page=4",
    "results": [
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/libo_ui-master/wizardssourceresources/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_ui-master/wizardssourceresources/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-08-20T18:58:49.799391Z",
            "action": 0,
            "target": "",
            "id": 129916,
            "action_name": "Resource updated",
            "url": "https://translations.documentfoundation.org/api/changes/129916/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/libo_ui-master/wizardssourceresources/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_ui-master/wizardssourceresources/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-11T21:01:27.810469Z",
            "action": 0,
            "target": "",
            "id": 82056,
            "action_name": "Resource updated",
            "url": "https://translations.documentfoundation.org/api/changes/82056/?format=api"
        }
    ]
}