Translation components API.

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

GET /api/translations/seeyouforpc/glossary/se/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://t.naviter.com/api/components/seeyouforpc/glossary/?format=api",
            "translation": "https://t.naviter.com/api/translations/seeyouforpc/glossary/se/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-27T11:02:19.309583Z",
            "action": 0,
            "target": "",
            "id": 29634,
            "action_name": "Resource update",
            "url": "https://t.naviter.com/api/changes/29634/?format=api"
        },
        {
            "unit": "https://t.naviter.com/api/units/177912/?format=api",
            "component": "https://t.naviter.com/api/components/seeyouforpc/glossary/?format=api",
            "translation": "https://t.naviter.com/api/translations/seeyouforpc/glossary/se/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-10-07T21:36:36.257681Z",
            "action": 31,
            "target": "",
            "id": 33098,
            "action_name": "New string added",
            "url": "https://t.naviter.com/api/changes/33098/?format=api"
        }
    ]
}