Translation components API.

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

GET /api/translations/app-ops/ops/ang/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": "https://weblate.rikka.app/api/components/app-ops/ops/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/app-ops/ops/ang/?format=api",
            "user": "https://weblate.rikka.app/api/users/Kevin277v/?format=api",
            "author": "https://weblate.rikka.app/api/users/Kevin277v/?format=api",
            "timestamp": "2022-01-29T06:50:52.766006Z",
            "action": 0,
            "target": "",
            "id": 13360,
            "action_name": "Resource update",
            "url": "https://weblate.rikka.app/api/changes/13360/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/app-ops/ops/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/app-ops/ops/ang/?format=api",
            "user": "https://weblate.rikka.app/api/users/Kevin277v/?format=api",
            "author": "https://weblate.rikka.app/api/users/Kevin277v/?format=api",
            "timestamp": "2022-01-29T06:50:52.941470Z",
            "action": 44,
            "target": "",
            "id": 13361,
            "action_name": "New strings to translate",
            "url": "https://weblate.rikka.app/api/changes/13361/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/app-ops/ops/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/app-ops/ops/ang/?format=api",
            "user": "https://weblate.rikka.app/api/users/Kevin277v/?format=api",
            "author": "https://weblate.rikka.app/api/users/Kevin277v/?format=api",
            "timestamp": "2022-01-29T06:50:53.286717Z",
            "action": 48,
            "target": "",
            "id": 13362,
            "action_name": "Added new language",
            "url": "https://weblate.rikka.app/api/changes/13362/?format=api"
        }
    ]
}