Translation components API.

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

GET /api/translations/lxqt-panel/panel-modul-name/kab/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-panel/panel-modul-name/?format=api",
            "translation": "https://translate.lxqt-project.org/api/translations/lxqt-panel/panel-modul-name/kab/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/BoFFire/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/BoFFire/?format=api",
            "timestamp": "2024-11-28T13:13:46.844518Z",
            "action": 0,
            "target": "",
            "id": 218090,
            "action_name": "Resource update",
            "url": "https://translate.lxqt-project.org/api/changes/218090/?format=api"
        },
        {
            "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/kab/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/BoFFire/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/BoFFire/?format=api",
            "timestamp": "2024-11-28T13:13:47.432080Z",
            "action": 44,
            "target": "",
            "id": 218091,
            "action_name": "New string to translate",
            "url": "https://translate.lxqt-project.org/api/changes/218091/?format=api"
        },
        {
            "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/kab/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/BoFFire/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/BoFFire/?format=api",
            "timestamp": "2024-11-28T13:13:47.458635Z",
            "action": 48,
            "target": "",
            "id": 218092,
            "action_name": "Added new language",
            "url": "https://translate.lxqt-project.org/api/changes/218092/?format=api"
        }
    ]
}