Translation components API.

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

GET /api/translations/arandr/glossary/de/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/arandr/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/arandr/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-04T22:02:50.874016+01:00",
            "action": 17,
            "target": "",
            "id": 73333647,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/73333647/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/110547382/?format=api",
            "component": "https://hosted.weblate.org/api/components/arandr/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/arandr/glossary/de/?format=api",
            "user": "https://hosted.weblate.org/api/users/kshitij.bhardwaj21/?format=api",
            "author": "https://hosted.weblate.org/api/users/kshitij.bhardwaj21/?format=api",
            "timestamp": "2023-12-04T21:41:48.800175+01:00",
            "action": 31,
            "target": "",
            "id": 73333432,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/73333432/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/arandr/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/arandr/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-26T23:54:45.804797+01:00",
            "action": 0,
            "target": "",
            "id": 9553745,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9553745/?format=api"
        }
    ]
}