Translation components API.

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

GET /api/translations/lxqt-configuration/policy-kit-module-name/ru/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://translate.lxqt-project.org/api/components/lxqt-configuration/policy-kit-module-name/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/policy-kit-module-name/ru/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2020-12-05T21:51:37.014937Z",
            "action": 0,
            "target": "",
            "id": 29158,
            "action_name": "Resource update",
            "url": "https://translate.lxqt-project.org/api/changes/29158/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/236587/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-configuration/policy-kit-module-name/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/policy-kit-module-name/ru/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/Fat-Zer/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/Fat-Zer/?format=api",
            "timestamp": "2021-01-12T09:48:40.535260Z",
            "action": 45,
            "target": "",
            "id": 47597,
            "action_name": "New contributor",
            "url": "https://translate.lxqt-project.org/api/changes/47597/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/236587/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-configuration/policy-kit-module-name/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/policy-kit-module-name/ru/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/Fat-Zer/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/Fat-Zer/?format=api",
            "timestamp": "2021-01-12T09:48:40.538607Z",
            "action": 2,
            "target": "Менеджер взаимодействия с PolicyKit",
            "id": 47598,
            "action_name": "Translation changed",
            "url": "https://translate.lxqt-project.org/api/changes/47598/?format=api"
        }
    ]
}