Translation components API.

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

GET /api/translations/andors-trail/user-interface/en_devel/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/andors-trail/user-interface/en_devel/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/andors-trail/user-interface/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/andors-trail/user-interface/en_devel/?format=api",
            "user": "https://hosted.weblate.org/api/users/Antizogger/?format=api",
            "author": "https://hosted.weblate.org/api/users/Antizogger/?format=api",
            "timestamp": "2020-08-19T08:24:59.153663+02:00",
            "action": 48,
            "target": "",
            "id": 7179977,
            "action_name": "Language added",
            "url": "https://hosted.weblate.org/api/changes/7179977/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/andors-trail/user-interface/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/andors-trail/user-interface/en_devel/?format=api",
            "user": "https://hosted.weblate.org/api/users/Antizogger/?format=api",
            "author": "https://hosted.weblate.org/api/users/Antizogger/?format=api",
            "timestamp": "2020-08-19T08:24:58.766237+02:00",
            "action": 0,
            "target": "",
            "id": 7179964,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/7179964/?format=api"
        }
    ]
}