Translation components API.

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

GET /api/translations/peertube/glossary/el/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/75183170/?format=api",
            "component": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/el/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-11T13:28:36.280213+02:00",
            "action": 31,
            "target": "",
            "id": 23195068,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/23195068/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/30921069/?format=api",
            "component": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/el/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-13T11:19:44.261529+02:00",
            "action": 31,
            "target": "",
            "id": 10108632,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/10108632/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/30921031/?format=api",
            "component": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/el/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-13T11:19:22.744588+02:00",
            "action": 31,
            "target": "",
            "id": 10108594,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/10108594/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/el/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-13T10:38:06.414342+01:00",
            "action": 0,
            "target": "",
            "id": 9377175,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9377175/?format=api"
        }
    ]
}