Translation projects API.

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

GET /api/projects/dglent/changes/?format=api&page=199
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3962,
    "next": null,
    "previous": "https://translate.lxqt-project.org/api/projects/dglent/changes/?format=api&page=198",
    "results": [
        {
            "unit": null,
            "component": "https://translate.lxqt-project.org/api/components/dglent/meteo-qt/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2025-07-02T23:46:10.936683Z",
            "action": 18,
            "target": "",
            "id": 259382,
            "action_name": "Pushed changes",
            "url": "https://translate.lxqt-project.org/api/changes/259382/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.lxqt-project.org/api/components/dglent/meteo-qt/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2025-07-03T00:46:09.613255Z",
            "action": 18,
            "target": "",
            "id": 259383,
            "action_name": "Pushed changes",
            "url": "https://translate.lxqt-project.org/api/changes/259383/?format=api"
        }
    ]
}