Translation components API.

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

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

{
    "count": 1101,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/translations/pkp-lib/manager/gd/changes/?format=api&page=22",
    "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/gd/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-07-15T11:14:32.125025Z",
            "action": 44,
            "target": "",
            "id": 866212,
            "action_name": "New string to translate",
            "url": "http://translate.pkp.sfu.ca/api/changes/866212/?format=api"
        }
    ]
}