Translation components API.

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

GET /api/translations/lxqt-panel/panel-modul-name/ia/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.lxqt-project.org/api/components/lxqt-panel/panel-modul-name/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/panel-modul-name/ia/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2020-12-05T21:33:38.032686Z",
            "action": 0,
            "target": "",
            "id": 29117,
            "action_name": "Resource update",
            "url": "https://translate.lxqt-project.org/api/changes/29117/?format=api"
        }
    ]
}