Translation projects API.

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

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

{
    "count": 1051,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/projects/balistica/changes/?format=api&page=21",
    "results": [
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://translate.fedoraproject.org/api/users/jibecfed/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/jibecfed/?format=api",
            "timestamp": "2020-01-30T23:09:31.975353Z",
            "action": 50,
            "target": "",
            "id": 67161,
            "action_name": "Project created",
            "url": "https://translate.fedoraproject.org/api/changes/67161/?format=api"
        }
    ]
}