Translation components API.

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

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

{
    "count": 21,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-journal/master/tr/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-journal/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-journal/master/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-28T02:34:02.399036Z",
            "action": 0,
            "target": "",
            "id": 2162698,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2162698/?format=api"
        }
    ]
}