Translation components API.

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

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

{
    "count": 22,
    "next": null,
    "previous": "http://weblate.ops404.it/api/components/ooops-configurator-14-0/ooops_bom_formulas/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-configurator-14-0/ooops_bom_formulas/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-12-13T11:15:53.222085+01:00",
            "action": 14,
            "target": "",
            "id": 57757,
            "action_name": "Component automatically locked",
            "url": "http://weblate.ops404.it/api/changes/57757/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-configurator-14-0/ooops_bom_formulas/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-12-13T11:15:59.048473+01:00",
            "action": 15,
            "target": "",
            "id": 57777,
            "action_name": "Component automatically unlocked",
            "url": "http://weblate.ops404.it/api/changes/57777/?format=api"
        }
    ]
}