Translation components API.

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

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

{
    "count": 21,
    "next": null,
    "previous": "http://weblate.ops404.it/api/components/ooops-sale/ooops_sale_avoid_line_description/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-sale/ooops_sale_avoid_line_description/?format=api",
            "translation": null,
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-03-28T05:31:50.935430+02:00",
            "action": 15,
            "target": "",
            "id": 46714,
            "action_name": "Component automatically unlocked",
            "url": "http://weblate.ops404.it/api/changes/46714/?format=api"
        }
    ]
}