Translation components API.

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

GET /api/components/lxqt-desktop/qtermwidget/changes/?format=api&page=101
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2001,
    "next": null,
    "previous": "https://translate.lxqt-project.org/api/components/lxqt-desktop/qtermwidget/changes/?format=api&page=100",
    "results": [
        {
            "unit": null,
            "component": "https://translate.lxqt-project.org/api/components/lxqt-desktop/qtermwidget/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2025-04-01T17:24:30.432869Z",
            "action": 18,
            "target": "",
            "id": 249739,
            "action_name": "Pushed changes",
            "url": "https://translate.lxqt-project.org/api/changes/249739/?format=api"
        }
    ]
}