Translation components API.

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

GET /api/translations/duduauto/glossary/id/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/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-06-03T03:41:29.087257Z",
            "action": 0,
            "target": "",
            "id": 534204,
            "action_name": "Resource updated",
            "url": "https://weblate.dudu-auto.com/api/changes/534204/?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/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-06-03T03:41:28.927751Z",
            "action": 17,
            "target": "",
            "id": 534202,
            "action_name": "Changes committed",
            "url": "https://weblate.dudu-auto.com/api/changes/534202/?format=api"
        }
    ]
}