Translation components API.

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

GET /api/translations/ooops-mixin-14-0/pos_longpolling/de/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-14-0/pos_longpolling/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-mixin-14-0/pos_longpolling/de/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2022-06-08T16:50:30.691994+02:00",
            "action": 0,
            "target": "",
            "id": 34026,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/34026/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-mixin-14-0/pos_longpolling/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-mixin-14-0/pos_longpolling/de/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2022-06-08T16:50:30.907339+02:00",
            "action": 44,
            "target": "",
            "id": 34030,
            "action_name": "New strings to translate",
            "url": "http://weblate.ops404.it/api/changes/34030/?format=api"
        }
    ]
}