Translation components API.

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

GET /api/translations/uyuni/spacecmd/zh_CN/changes/?format=api&page=185
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3681,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd/zh_CN/changes/?format=api&page=184",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/spacecmd/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/spacecmd/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-04-26T08:06:57.197007Z",
            "action": 0,
            "target": "",
            "id": 3040800,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/3040800/?format=api"
        }
    ]
}