Translation components API.

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

GET /api/translations/ooops-product/ooops_product_pricelist/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-product/ooops_product_pricelist/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-product/ooops_product_pricelist/it/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-12-13T13:08:51.380894+01:00",
            "action": 0,
            "target": "",
            "id": 24503,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/24503/?format=api"
        },
        {
            "unit": "http://weblate.ops404.it/api/units/51763/?format=api",
            "component": "http://weblate.ops404.it/api/components/ooops-product/ooops_product_pricelist/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-product/ooops_product_pricelist/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:40:24.468358+02:00",
            "action": 45,
            "target": "",
            "id": 53554,
            "action_name": "New contributor",
            "url": "http://weblate.ops404.it/api/changes/53554/?format=api"
        },
        {
            "unit": "http://weblate.ops404.it/api/units/51763/?format=api",
            "component": "http://weblate.ops404.it/api/components/ooops-product/ooops_product_pricelist/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-product/ooops_product_pricelist/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:40:24.469726+02:00",
            "action": 2,
            "target": "Listino prezzi",
            "id": 53555,
            "action_name": "Translation changed",
            "url": "http://weblate.ops404.it/api/changes/53555/?format=api"
        }
    ]
}