Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.osgeo.org/api/units/98171/?format=api",
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/schemas/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/schemas/de/?format=api",
            "user": "https://weblate.osgeo.org/api/users/anonymous/?format=api",
            "author": "https://weblate.osgeo.org/api/users/anonymous/?format=api",
            "timestamp": "2024-09-24T15:26:26.659490Z",
            "action": 4,
            "target": "PostgresSQL Schemas",
            "id": 1995219,
            "action_name": "Suggestion added",
            "url": "https://weblate.osgeo.org/api/changes/1995219/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/schemas/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/schemas/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-08T02:50:03.970647Z",
            "action": 0,
            "target": "",
            "id": 1096215,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/1096215/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/schemas/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/schemas/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-07T18:01:35.953446Z",
            "action": 0,
            "target": "",
            "id": 5549,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/5549/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/schemas/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/schemas/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-14T17:34:31.246760Z",
            "action": 0,
            "target": "",
            "id": 2171,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/2171/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.osgeo.org/api/components/postgis-workshop/schemas/?format=api",
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/schemas/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-14T01:14:37.284188Z",
            "action": 0,
            "target": "",
            "id": 1771,
            "action_name": "Resource updated",
            "url": "https://weblate.osgeo.org/api/changes/1771/?format=api"
        }
    ]
}