Translation projects API.

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

GET /api/projects/rk_next/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,
            "dictionary": null,
            "user": 6,
            "author": 6,
            "timestamp": "2023-10-10T09:22:23",
            "action": 50,
            "target": "",
            "id": 870336,
            "action_name": "Created project",
            "url": "http://weblate.ucs.ru/api/changes/870336/?format=api"
        }
    ]
}