Translation components API.

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

GET /api/translations/webcamoid/glossary/it/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/webcamoid/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/webcamoid/glossary/it/?format=api",
            "user": "https://hosted.weblate.org/api/users/hipersayanX/?format=api",
            "author": "https://hosted.weblate.org/api/users/hipersayanX/?format=api",
            "timestamp": "2023-02-13T23:20:23.772099+01:00",
            "action": 0,
            "target": "",
            "id": 48935474,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/48935474/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/webcamoid/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/webcamoid/glossary/it/?format=api",
            "user": "https://hosted.weblate.org/api/users/hipersayanX/?format=api",
            "author": "https://hosted.weblate.org/api/users/hipersayanX/?format=api",
            "timestamp": "2023-02-13T23:14:46.585463+01:00",
            "action": 0,
            "target": "",
            "id": 48935362,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/48935362/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/webcamoid/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/webcamoid/glossary/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-18T10:34:04.482032+01:00",
            "action": 0,
            "target": "",
            "id": 9448022,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9448022/?format=api"
        }
    ]
}