Translation projects API.

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

GET /api/projects/ooops-onboarding/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,
            "glossary_term": null,
            "user": "http://weblate.ops404.it/api/users/giovanni-ooops/?format=api",
            "author": "http://weblate.ops404.it/api/users/giovanni-ooops/?format=api",
            "timestamp": "2021-03-17T10:37:39.670187+01:00",
            "action": 50,
            "target": "",
            "id": 6336,
            "action_name": "Created project",
            "url": "http://weblate.ops404.it/api/changes/6336/?format=api"
        }
    ]
}