Translation components API.

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

GET /api/components/ooops-sale/ooops_sale_order_line_margin/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_order_line_margin/changes/?format=api",
    "results": [
        {
            "unit": "http://weblate.ops404.it/api/units/38264/?format=api",
            "component": "http://weblate.ops404.it/api/components/ooops-sale/ooops_sale_order_line_margin/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-sale/ooops_sale_order_line_margin/it/?format=api",
            "glossary_term": null,
            "user": "http://weblate.ops404.it/api/users/francesco-ooops/?format=api",
            "author": "http://weblate.ops404.it/api/users/francesco-ooops/?format=api",
            "timestamp": "2023-04-28T10:19:40.926799+02:00",
            "action": 2,
            "target": "Ordine di acquisto",
            "id": 48944,
            "action_name": "Translation changed",
            "url": "http://weblate.ops404.it/api/changes/48944/?format=api"
        }
    ]
}