Translation components API.

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

GET /api/translations/webcamoid/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/webcamoid/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/webcamoid/glossary/nl/?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.036261+01:00",
            "action": 0,
            "target": "",
            "id": 48935479,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/48935479/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/webcamoid/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/webcamoid/glossary/nl/?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.851337+01:00",
            "action": 0,
            "target": "",
            "id": 48935367,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/48935367/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/webcamoid/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/webcamoid/glossary/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-18T10:33:48.578098+01:00",
            "action": 0,
            "target": "",
            "id": 9448011,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9448011/?format=api"
        }
    ]
}