Translation projects API.

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

GET /api/projects/ooops-onboarding-14-0/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "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-11-19T09:16:00.436564+01:00",
            "action": 50,
            "target": "",
            "id": 23387,
            "action_name": "Created project",
            "url": "http://weblate.ops404.it/api/changes/23387/?format=api"
        },
        {
            "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": "2022-01-19T11:55:46.721657+01:00",
            "action": 38,
            "target": "ooops_sale_commission",
            "id": 25910,
            "action_name": "Removed component",
            "url": "http://weblate.ops404.it/api/changes/25910/?format=api"
        }
    ]
}