Translation projects API.

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

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

{
    "count": 221,
    "next": null,
    "previous": "https://translate.edugit.org/api/projects/rwa/changes/?format=api&page=11",
    "results": [
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://translate.edugit.org/api/users/hansegucker/?format=api",
            "author": "https://translate.edugit.org/api/users/hansegucker/?format=api",
            "timestamp": "2020-07-24T13:40:57.664668Z",
            "action": 50,
            "target": "",
            "id": 4542,
            "action_name": "Projekt erstellt",
            "url": "https://translate.edugit.org/api/changes/4542/?format=api"
        }
    ]
}