Translation components API.

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

GET /api/translations/openbikesharing/strings/zh_Hant/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": "https://hosted.weblate.org/api/components/openbikesharing/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/openbikesharing/strings/zh_Hant/?format=api",
            "user": "https://hosted.weblate.org/api/users/Demian/?format=api",
            "author": "https://hosted.weblate.org/api/users/Demian/?format=api",
            "timestamp": "2021-06-18T10:29:50.181985+02:00",
            "action": 0,
            "target": "",
            "id": 11150942,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/11150942/?format=api"
        }
    ]
}