Translation components API.

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

GET /api/translations/postgis-workshop/validity/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/validity/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/validity/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-08T02:48:33.007652Z",
            "action": 0,
            "target": "",
            "id": 1096045,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/1096045/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/validity/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/validity/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-20T14:37:08.287861Z",
            "action": 0,
            "target": "",
            "id": 610602,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/610602/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/validity/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/validity/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-07T18:01:34.626887Z",
            "action": 0,
            "target": "",
            "id": 5532,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/5532/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/validity/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/validity/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-14T01:14:39.215186Z",
            "action": 0,
            "target": "",
            "id": 1802,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/1802/?format=api"
        }
    ]
}