Translation components API.

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

GET /api/translations/aves/store-short-description/ckb/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": "https://hosted.weblate.org/api/components/aves/store-short-description/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/aves/store-short-description/ckb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-20T15:26:27.709007+01:00",
            "action": 0,
            "target": "",
            "id": 49621746,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/49621746/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/94347521/?format=api",
            "component": "https://hosted.weblate.org/api/components/aves/store-short-description/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/aves/store-short-description/ckb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-20T15:26:27.708839+01:00",
            "action": 59,
            "target": "Gallery and metadata explorer",
            "id": 49621745,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/49621745/?format=api"
        }
    ]
}