Translation components API.

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

GET /api/translations/onionshare/onionshare-ios-plurals/it/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/onionshare/onionshare-ios-plurals/it/changes/?format=api",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/85196945/?format=api",
            "component": "https://hosted.weblate.org/api/components/onionshare/onionshare-ios-plurals/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/onionshare/onionshare-ios-plurals/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-18T16:28:09.744374+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "%#@items@",
                "old_state": -1
            },
            "id": 37238190,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/37238190/?format=api"
        }
    ]
}