Translation components API.

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

GET /api/components/ooops-helpdesk/ooops_helpdesk/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 25,
    "next": null,
    "previous": "http://weblate.ops404.it/api/components/ooops-helpdesk/ooops_helpdesk/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-helpdesk/ooops_helpdesk/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T04:30:26.540630+01:00",
            "action": 47,
            "target": "",
            "id": 46014,
            "action_name": "New alert",
            "url": "http://weblate.ops404.it/api/changes/46014/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-helpdesk/ooops_helpdesk/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T04:30:26.546244+01:00",
            "action": 14,
            "target": "",
            "id": 46015,
            "action_name": "Component automatically locked",
            "url": "http://weblate.ops404.it/api/changes/46015/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-helpdesk/ooops_helpdesk/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-03-28T05:32:03.247487+02:00",
            "action": 15,
            "target": "",
            "id": 46742,
            "action_name": "Component automatically unlocked",
            "url": "http://weblate.ops404.it/api/changes/46742/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-helpdesk/ooops_helpdesk/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-09-28T18:40:00.132090+02:00",
            "action": 18,
            "target": "",
            "id": 54196,
            "action_name": "Pushed changes",
            "url": "http://weblate.ops404.it/api/changes/54196/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-helpdesk/ooops_helpdesk/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-09-28T18:40:01.373383+02:00",
            "action": 53,
            "target": "",
            "id": 54197,
            "action_name": "Received repository notification",
            "url": "http://weblate.ops404.it/api/changes/54197/?format=api"
        }
    ]
}