Translation components API.

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

GET /api/translations/ooops-configurator-14-0/ooops_bom_formulas/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-configurator-14-0/ooops_bom_formulas/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-configurator-14-0/ooops_bom_formulas/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2022-09-08T11:08:43.502620+02:00",
            "action": 0,
            "target": "",
            "id": 37100,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/37100/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-configurator-14-0/ooops_bom_formulas/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-configurator-14-0/ooops_bom_formulas/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2022-09-08T11:16:15.868846+02:00",
            "action": 0,
            "target": "",
            "id": 37104,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/37104/?format=api"
        }
    ]
}