Translation projects API.

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

GET /api/projects/veloren/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://itzulpenak.gamerauntsia.eus/api/users/galaipa/?format=api",
            "author": "https://itzulpenak.gamerauntsia.eus/api/users/galaipa/?format=api",
            "timestamp": "2020-12-04T17:58:47.724280Z",
            "action": 50,
            "target": "",
            "id": 101445,
            "action_name": "Project created",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/101445/?format=api"
        }
    ]
}