Translation components API.

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

GET /api/translations/app-ops/ops/cs/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/cs/?format=api",
            "user": "https://weblate.rikka.app/api/users/CunnaCZ/?format=api",
            "author": "https://weblate.rikka.app/api/users/CunnaCZ/?format=api",
            "timestamp": "2021-07-24T20:21:49.250004Z",
            "action": 0,
            "target": "",
            "id": 10910,
            "action_name": "Resource update",
            "url": "https://weblate.rikka.app/api/changes/10910/?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/cs/?format=api",
            "user": "https://weblate.rikka.app/api/users/CunnaCZ/?format=api",
            "author": "https://weblate.rikka.app/api/users/CunnaCZ/?format=api",
            "timestamp": "2021-07-24T20:21:49.378187Z",
            "action": 44,
            "target": "",
            "id": 10911,
            "action_name": "New strings to translate",
            "url": "https://weblate.rikka.app/api/changes/10911/?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/cs/?format=api",
            "user": "https://weblate.rikka.app/api/users/CunnaCZ/?format=api",
            "author": "https://weblate.rikka.app/api/users/CunnaCZ/?format=api",
            "timestamp": "2021-07-24T20:21:49.680811Z",
            "action": 48,
            "target": "",
            "id": 10912,
            "action_name": "Added new language",
            "url": "https://weblate.rikka.app/api/changes/10912/?format=api"
        }
    ]
}