Translation components API.

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

GET /api/translations/cyberos/glossary/hi/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/hi/?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:10.619553+02:00",
            "action": 0,
            "target": "",
            "id": 11074377,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/11074377/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/glossary/hi/?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:54.533131+02:00",
            "action": 0,
            "target": "",
            "id": 10666802,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/10666802/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/glossary/hi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-05T14:31:00.021588+02:00",
            "action": 0,
            "target": "",
            "id": 10402684,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/10402684/?format=api"
        }
    ]
}