Translation components API.

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

GET /api/components/qooxdoo/mobileshowcase/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/qooxdoo/mobileshowcase/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-10-05T16:17:41.877821+02:00",
            "action": 47,
            "target": "",
            "id": 13060516,
            "action_name": "Alert triggered",
            "url": "https://hosted.weblate.org/api/changes/13060516/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/qooxdoo/mobileshowcase/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-02-17T12:42:33.497098+01:00",
            "action": 47,
            "target": "",
            "id": 9439995,
            "action_name": "Alert triggered",
            "url": "https://hosted.weblate.org/api/changes/9439995/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/qooxdoo/mobileshowcase/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/qooxdoo/mobileshowcase/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-04-13T18:57:34+02:00",
            "action": 0,
            "target": "",
            "id": 2681386,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/2681386/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/7833217/?format=api",
            "component": "https://hosted.weblate.org/api/components/qooxdoo/mobileshowcase/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/qooxdoo/mobileshowcase/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-04-13T18:57:34+02:00",
            "action": 13,
            "target": "",
            "id": 2681385,
            "action_name": "Source string added",
            "url": "https://hosted.weblate.org/api/changes/2681385/?format=api"
        }
    ]
}