Translation components API.

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

GET /api/translations/webcamoid/glossary/pl/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/pl/?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.144141+01:00",
            "action": 0,
            "target": "",
            "id": 48935481,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/48935481/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/webcamoid/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/webcamoid/glossary/pl/?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.959253+01:00",
            "action": 0,
            "target": "",
            "id": 48935369,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/48935369/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/webcamoid/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/webcamoid/glossary/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-18T10:34:08.589627+01:00",
            "action": 0,
            "target": "",
            "id": 9448025,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9448025/?format=api"
        }
    ]
}