Translation components API.

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

GET /api/translations/postgis-workshop/3d/en/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://weblate.osgeo.org/api/components/postgis-workshop/3d/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/3d/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-06-10T19:23:35.999859Z",
            "action": 0,
            "target": "",
            "id": 2138677,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/2138677/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/3d/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/3d/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-08T02:48:31.668105Z",
            "action": 0,
            "target": "",
            "id": 1096031,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/1096031/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/3d/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/3d/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-07T18:01:29.867095Z",
            "action": 0,
            "target": "",
            "id": 5458,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/5458/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/3d/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/3d/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-14T01:14:49.022661Z",
            "action": 0,
            "target": "",
            "id": 1908,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/1908/?format=api"
        }
    ]
}