Translation projects API.

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

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

{
    "count": 12101,
    "next": null,
    "previous": "https://translate.funkwhale.audio/api/projects/website-remake/changes/?format=api&page=242",
    "results": [
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://translate.funkwhale.audio/api/users/georgkrause/?format=api",
            "author": "https://translate.funkwhale.audio/api/users/georgkrause/?format=api",
            "timestamp": "2023-03-09T08:14:33.755401Z",
            "action": 50,
            "target": "",
            "id": 336839,
            "action_name": "Project created",
            "url": "https://translate.funkwhale.audio/api/changes/336839/?format=api"
        }
    ]
}