Translation components API.

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

GET /api/translations/postgis-workshop/joins_exercises/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/joins_exercises/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/joins_exercises/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-12T02:15:38.400991Z",
            "action": 0,
            "target": "",
            "id": 1324468,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/1324468/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/joins_exercises/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/joins_exercises/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-08T02:48:32.207593Z",
            "action": 0,
            "target": "",
            "id": 1096037,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/1096037/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/joins_exercises/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/joins_exercises/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-07T18:01:31.745854Z",
            "action": 0,
            "target": "",
            "id": 5488,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/5488/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/joins_exercises/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/joins_exercises/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-14T01:14:53.141333Z",
            "action": 0,
            "target": "",
            "id": 1953,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/1953/?format=api"
        }
    ]
}