Translation components API.

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

GET /api/translations/yast-rear/master/uk/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 42,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-rear/master/uk/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-rear/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-rear/master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-31T11:50:33.140140Z",
            "action": 0,
            "target": "",
            "id": 1997889,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1997889/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-rear/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-rear/master/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-01T03:07:44.218353Z",
            "action": 0,
            "target": "",
            "id": 2003661,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2003661/?format=api"
        }
    ]
}