Translation components API.

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

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

{
    "count": 402,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-installation/master/zh_CN/changes/?format=api&page=20",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-installation/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-installation/master/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-30T19:43:30.393846Z",
            "action": 0,
            "target": "",
            "id": 2997241,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2997241/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-installation/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-installation/master/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-18T03:52:50.911456Z",
            "action": 0,
            "target": "",
            "id": 3001653,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/3001653/?format=api"
        }
    ]
}