Translation projects API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://weblate.osgeo.org/api/users/jef/?format=api",
            "author": "https://weblate.osgeo.org/api/users/jef/?format=api",
            "timestamp": "2022-08-23T12:43:08.072996Z",
            "action": 50,
            "target": "",
            "id": 955088,
            "action_name": "Project created",
            "url": "https://weblate.osgeo.org/api/changes/955088/?format=api"
        }
    ]
}