Translation components API.

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

GET /api/translations/lxqt-configuration/other-settings-category-name-in-configuration-center/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.lxqt-project.org/api/units/383796/?format=api",
            "component": "https://translate.lxqt-project.org/api/components/lxqt-configuration/other-settings-category-name-in-configuration-center/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/other-settings-category-name-in-configuration-center/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-05-09T18:11:09.341564Z",
            "action": 13,
            "target": "",
            "id": 151967,
            "action_name": "New source string",
            "url": "https://translate.lxqt-project.org/api/changes/151967/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.lxqt-project.org/api/components/lxqt-configuration/other-settings-category-name-in-configuration-center/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/other-settings-category-name-in-configuration-center/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-05-09T18:17:30.393671Z",
            "action": 0,
            "target": "",
            "id": 152177,
            "action_name": "Resource update",
            "url": "https://translate.lxqt-project.org/api/changes/152177/?format=api"
        }
    ]
}