Translation components API.

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

GET /api/translations/pkp-lib/manager/pt_BR/changes/?format=api&page=30
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1451,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/translations/pkp-lib/manager/pt_BR/changes/?format=api&page=29",
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/pkp-lib/manager/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/pkp-lib/manager/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-11-08T01:06:37.992876Z",
            "action": 17,
            "target": "",
            "id": 1082659,
            "action_name": "Committed changes",
            "url": "http://translate.pkp.sfu.ca/api/changes/1082659/?format=api"
        }
    ]
}