Translation components API.

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

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