Translation components API.

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

GET /api/translations/ojs/glossary/sl/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/translations/ojs/glossary/sl/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/glossary/sl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-26T11:13:18.510042Z",
            "action": 17,
            "target": "",
            "id": 1009490,
            "action_name": "Committed changes",
            "url": "http://translate.pkp.sfu.ca/api/changes/1009490/?format=api"
        }
    ]
}