Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/glossary/zh_Hant_HK/?format=api",
            "user": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "author": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "timestamp": "2021-06-11T23:21:11.875197+02:00",
            "action": 0,
            "target": "",
            "id": 11074403,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/11074403/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/glossary/zh_Hant_HK/?format=api",
            "user": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "author": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "timestamp": "2021-05-19T00:29:55.682983+02:00",
            "action": 0,
            "target": "",
            "id": 10666824,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/10666824/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/glossary/zh_Hant_HK/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-19T09:28:48.073749+01:00",
            "action": 0,
            "target": "",
            "id": 9458357,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9458357/?format=api"
        }
    ]
}