Translation components API.

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

GET /api/translations/zorin-menu/glossary/tg/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://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
            "translation": "https://translations.zorin.com/api/translations/zorin-menu/glossary/tg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-06T23:18:06.905768Z",
            "action": 17,
            "target": "",
            "id": 40357,
            "action_name": "Committed changes",
            "url": "https://translations.zorin.com/api/changes/40357/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
            "translation": "https://translations.zorin.com/api/translations/zorin-menu/glossary/tg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-06T23:18:10.396701Z",
            "action": 0,
            "target": "",
            "id": 40472,
            "action_name": "Resource update",
            "url": "https://translations.zorin.com/api/changes/40472/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.zorin.com/api/components/zorin-menu/glossary/?format=api",
            "translation": "https://translations.zorin.com/api/translations/zorin-menu/glossary/tg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-06T23:18:10.427875Z",
            "action": 0,
            "target": "",
            "id": 40473,
            "action_name": "Resource update",
            "url": "https://translations.zorin.com/api/changes/40473/?format=api"
        }
    ]
}