Translation components API.

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

GET /api/translations/cyberos/glossary/nl/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/nl/?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.117215+02:00",
            "action": 0,
            "target": "",
            "id": 11074388,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/11074388/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/glossary/nl/?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.878667+02:00",
            "action": 0,
            "target": "",
            "id": 10666810,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/10666810/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/glossary/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-15T21:40:20.582004+02:00",
            "action": 0,
            "target": "",
            "id": 10632797,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/10632797/?format=api"
        }
    ]
}