Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.dudu-auto.com/api/components/duduauto/glossary/?format=api",
            "translation": "https://weblate.dudu-auto.com/api/translations/duduauto/glossary/sr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-04-27T02:51:13.142831Z",
            "action": 0,
            "target": "",
            "id": 489952,
            "action_name": "Resource updated",
            "url": "https://weblate.dudu-auto.com/api/changes/489952/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.dudu-auto.com/api/components/duduauto/glossary/?format=api",
            "translation": "https://weblate.dudu-auto.com/api/translations/duduauto/glossary/sr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-04-27T02:51:12.922107Z",
            "action": 17,
            "target": "",
            "id": 489812,
            "action_name": "Changes committed",
            "url": "https://weblate.dudu-auto.com/api/changes/489812/?format=api"
        }
    ]
}