Translation projects API.

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

GET /api/projects/rkpro/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": 62,
            "author": 62,
            "timestamp": "2023-01-24T08:36:02",
            "action": 50,
            "target": "",
            "id": 818537,
            "action_name": "Created project",
            "url": "http://weblate.ucs.ru/api/changes/818537/?format=api"
        }
    ]
}