Translation components API.

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

GET /api/translations/webcamoid/glossary/tr/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "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/tr/?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.473487+01:00",
            "action": 0,
            "target": "",
            "id": 48935487,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/48935487/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/webcamoid/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/webcamoid/glossary/tr/?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.398492+01:00",
            "action": 0,
            "target": "",
            "id": 48935379,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/48935379/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/webcamoid/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/webcamoid/glossary/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-18T10:34:00.852270+01:00",
            "action": 0,
            "target": "",
            "id": 9448020,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9448020/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/webcamoid/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/webcamoid/glossary/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-18T10:34:00.350998+01:00",
            "action": 0,
            "target": "",
            "id": 9448019,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9448019/?format=api"
        }
    ]
}