Translation components API.

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

GET /api/translations/turris/reforis-remote-access-plugin/ja/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/turris/reforis-remote-access-plugin/ja/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/turris/reforis-remote-access-plugin/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/turris/reforis-remote-access-plugin/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-03-11T16:03:22+01:00",
            "action": 0,
            "target": "",
            "id": 5625099,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/5625099/?format=api"
        }
    ]
}