Translation components API.

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

GET /api/components/ooops/hexcode_related_base/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/hexcode_related_base/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops/hexcode_related_base/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-04-06T12:31:57.125239+02:00",
            "action": 14,
            "target": "",
            "id": 47228,
            "action_name": "Component automatically locked",
            "url": "http://weblate.ops404.it/api/changes/47228/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops/hexcode_related_base/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-04-17T10:14:21.358151+02:00",
            "action": 15,
            "target": "",
            "id": 48054,
            "action_name": "Component automatically unlocked",
            "url": "http://weblate.ops404.it/api/changes/48054/?format=api"
        }
    ]
}