Translation components API.

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

GET /api/translations/postgis-workshop/simple_sql/de/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/simple_sql/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/simple_sql/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-08T02:48:39.729979Z",
            "action": 0,
            "target": "",
            "id": 1096096,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/1096096/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/simple_sql/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/simple_sql/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-07T18:01:26.402174Z",
            "action": 0,
            "target": "",
            "id": 5417,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/5417/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/simple_sql/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/simple_sql/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-14T17:34:23.622588Z",
            "action": 0,
            "target": "",
            "id": 2073,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/2073/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/simple_sql/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/simple_sql/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-14T01:14:41.298171Z",
            "action": 0,
            "target": "",
            "id": 1824,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/1824/?format=api"
        }
    ]
}