Translation projects API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": null,
            "translation": null,
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/standreas/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/standreas/?format=api",
            "timestamp": "2024-02-04T12:07:03.880859Z",
            "action": 50,
            "target": "",
            "id": 177807,
            "action_name": "Created project",
            "url": "https://translate.lxqt-project.org/api/changes/177807/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "glossary_term": null,
            "user": "https://translate.lxqt-project.org/api/users/standreas/?format=api",
            "author": "https://translate.lxqt-project.org/api/users/standreas/?format=api",
            "timestamp": "2024-02-04T12:08:51.144986Z",
            "action": 38,
            "target": "wshot",
            "id": 177830,
            "action_name": "Removed component",
            "url": "https://translate.lxqt-project.org/api/changes/177830/?format=api"
        }
    ]
}