Translation projects API.

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

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

{
    "count": 125601,
    "next": null,
    "previous": "https://translate.yunohost.org/api/projects/yunohost/changes/?format=api&page=2512",
    "results": [
        {
            "unit": null,
            "component": "https://translate.yunohost.org/api/components/yunohost/core/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2019-03-17T12:31:05.585945Z",
            "action": 21,
            "target": "",
            "id": 1,
            "action_name": "Repository rebased",
            "url": "https://translate.yunohost.org/api/changes/1/?format=api"
        }
    ]
}