Translation projects API.

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

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

{
    "count": 3201,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/projects/peertube-search-index/changes/?format=api&page=64",
    "results": [
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://weblate.framasoft.org/api/users/admin/?format=api",
            "author": "https://weblate.framasoft.org/api/users/admin/?format=api",
            "timestamp": "2020-09-01T09:11:51.346402Z",
            "action": 50,
            "target": "",
            "id": 92560,
            "action_name": "Projet créé",
            "url": "https://weblate.framasoft.org/api/changes/92560/?format=api"
        }
    ]
}