Translation components API.

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

GET /api/translations/webcamoid/glossary/si/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/si/?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:24.387218+01:00",
            "action": 0,
            "target": "",
            "id": 48935485,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/48935485/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/webcamoid/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/webcamoid/glossary/si/?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:47.294796+01:00",
            "action": 0,
            "target": "",
            "id": 48935377,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/48935377/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/webcamoid/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/webcamoid/glossary/si/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-21T21:32:48.176556+02:00",
            "action": 0,
            "target": "",
            "id": 11572457,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/11572457/?format=api"
        }
    ]
}