Translation components API.

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

GET /api/translations/ooops-mixin/gslab_backend_theme/hr/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-mixin/gslab_backend_theme/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-mixin/gslab_backend_theme/hr/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-06-23T20:08:45.745612+02:00",
            "action": 0,
            "target": "",
            "id": 15616,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/15616/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-mixin/gslab_backend_theme/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-mixin/gslab_backend_theme/hr/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-06-23T20:08:46.286568+02:00",
            "action": 44,
            "target": "",
            "id": 15625,
            "action_name": "New strings to translate",
            "url": "http://weblate.ops404.it/api/changes/15625/?format=api"
        }
    ]
}