Translation components API.

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

GET /api/translations/postgis-workshop/advanced_geometry_construction/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/advanced_geometry_construction/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/advanced_geometry_construction/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-08T02:48:33.108146Z",
            "action": 0,
            "target": "",
            "id": 1096046,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/1096046/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/advanced_geometry_construction/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/advanced_geometry_construction/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-07T18:01:34.887231Z",
            "action": 0,
            "target": "",
            "id": 5536,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/5536/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/advanced_geometry_construction/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/advanced_geometry_construction/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-14T01:14:55.897041Z",
            "action": 0,
            "target": "",
            "id": 1986,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/1986/?format=api"
        }
    ]
}