Translation components API.

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

GET /api/translations/tappsly/glossary/tr/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://localization.appnomi.com/api/components/tappsly/glossary/?format=api",
            "translation": "http://localization.appnomi.com/api/translations/tappsly/glossary/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-30T07:49:46.685674Z",
            "action": 0,
            "target": "",
            "id": 48890,
            "action_name": "Resource update",
            "url": "http://localization.appnomi.com/api/changes/48890/?format=api"
        }
    ]
}