Translation components API.

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

GET /api/translations/arandr/glossary/is/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/is/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-04T22:02:53.668753+01:00",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 73333653,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/73333653/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/110547396/?format=api",
            "component": "https://hosted.weblate.org/api/components/arandr/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/arandr/glossary/is/?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.800584+01:00",
            "action": 31,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "What?!",
                "old_state": 0
            },
            "id": 73333446,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/73333446/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/arandr/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/arandr/glossary/is/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-20T17:32:56.638643+02:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "is.tbx"
            },
            "id": 23637883,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/23637883/?format=api"
        }
    ]
}