Translation components API.

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

GET /api/translations/ooops-ecommerce/ooops_website_sale_sequence/it/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-ecommerce/ooops_website_sale_sequence/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-ecommerce/ooops_website_sale_sequence/it/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-03-18T20:35:12.546943+01:00",
            "action": 0,
            "target": "",
            "id": 6634,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/6634/?format=api"
        },
        {
            "unit": "http://weblate.ops404.it/api/units/30493/?format=api",
            "component": "http://weblate.ops404.it/api/components/ooops-ecommerce/ooops_website_sale_sequence/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-ecommerce/ooops_website_sale_sequence/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-09-18T10:43:18.018362+02:00",
            "action": 45,
            "target": "",
            "id": 53589,
            "action_name": "New contributor",
            "url": "http://weblate.ops404.it/api/changes/53589/?format=api"
        },
        {
            "unit": "http://weblate.ops404.it/api/units/30493/?format=api",
            "component": "http://weblate.ops404.it/api/components/ooops-ecommerce/ooops_website_sale_sequence/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-ecommerce/ooops_website_sale_sequence/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-09-18T10:43:18.019301+02:00",
            "action": 2,
            "target": "Modello prodotto",
            "id": 53590,
            "action_name": "Translation changed",
            "url": "http://weblate.ops404.it/api/changes/53590/?format=api"
        }
    ]
}