Translation components API.

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

GET /api/translations/ooops-project/ooops_project_timesheet_time_control/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-project/ooops_project_timesheet_time_control/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-project/ooops_project_timesheet_time_control/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-03-19T16:42:32.455750+01:00",
            "action": 0,
            "target": "",
            "id": 6904,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/6904/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-project/ooops_project_timesheet_time_control/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-project/ooops_project_timesheet_time_control/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-04-27T20:38:36.364293+02:00",
            "action": 0,
            "target": "",
            "id": 10045,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/10045/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-project/ooops_project_timesheet_time_control/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-project/ooops_project_timesheet_time_control/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-07-03T15:32:13.429311+02:00",
            "action": 0,
            "target": "",
            "id": 51364,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/51364/?format=api"
        }
    ]
}