Translation components API.

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

GET /api/translations/skelcd-opensuse/master/pt_BR/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 23,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/skelcd-opensuse/master/pt_BR/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/skelcd-opensuse/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/skelcd-opensuse/master/pt_BR/?format=api",
            "user": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "author": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "timestamp": "2019-03-15T22:53:11.847328Z",
            "action": 0,
            "target": "",
            "id": 1222240,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1222240/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/skelcd-opensuse/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/skelcd-opensuse/master/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-09-09T22:43:56.209776Z",
            "action": 0,
            "target": "",
            "id": 1520077,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1520077/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/skelcd-opensuse/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/skelcd-opensuse/master/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-13T11:42:29.656841Z",
            "action": 0,
            "target": "",
            "id": 1783370,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1783370/?format=api"
        }
    ]
}