Translation components API.

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

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

{
    "count": 142,
    "next": null,
    "previous": "https://translate.lxqt-project.org/api/components/lxqt-panel/panel-modul-name/changes/?format=api&page=7",
    "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/ka/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/NorwayFun/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/NorwayFun/?format=api",
            "timestamp": "2025-01-02T10:50:15.817580Z",
            "action": 48,
            "target": "",
            "id": 226590,
            "action_name": "Added new language",
            "url": "https://translate.lxqt-project.org/api/changes/226590/?format=api"
        },
        {
            "unit": "https://translate.lxqt-project.org/api/units/456772/?format=api",
            "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/ka/?format=api",
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/NorwayFun/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/NorwayFun/?format=api",
            "timestamp": "2025-01-02T10:50:24.563637Z",
            "action": 5,
            "target": "პანელი",
            "id": 226592,
            "action_name": "New translation",
            "url": "https://translate.lxqt-project.org/api/changes/226592/?format=api"
        }
    ]
}