Translation components API.

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

GET /api/translations/ooops-ecommerce/ooops_ecommerce_payment_method/en/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_ecommerce_payment_method/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-ecommerce/ooops_ecommerce_payment_method/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-03-19T10:54:32.496135+01:00",
            "action": 0,
            "target": "",
            "id": 6706,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/6706/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-ecommerce/ooops_ecommerce_payment_method/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-ecommerce/ooops_ecommerce_payment_method/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-04-26T11:04:38.907356+02:00",
            "action": 0,
            "target": "",
            "id": 9727,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/9727/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-ecommerce/ooops_ecommerce_payment_method/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-ecommerce/ooops_ecommerce_payment_method/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-11-02T16:29:08.772754+01:00",
            "action": 0,
            "target": "",
            "id": 22493,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/22493/?format=api"
        }
    ]
}