Translation components API.

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

GET /api/translations/app-ops/glossary/zh_Hant/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 81,
    "next": null,
    "previous": "https://weblate.rikka.app/api/translations/app-ops/glossary/zh_Hant/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://weblate.rikka.app/api/units/107034/?format=api",
            "component": "https://weblate.rikka.app/api/components/app-ops/glossary/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/app-ops/glossary/zh_Hant/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-23T01:56:58.726482Z",
            "action": 31,
            "target": "",
            "id": 67461,
            "action_name": "New string added",
            "url": "https://weblate.rikka.app/api/changes/67461/?format=api"
        }
    ]
}