Translation components API.

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

GET /api/translations/yast-opensuse_mirror/master/zh_CN/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://l10n.opensuse.org/api/components/yast-opensuse_mirror/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-opensuse_mirror/master/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-16T11:47:17Z",
            "action": 0,
            "target": "",
            "id": 115346,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/115346/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/1997464/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-opensuse_mirror/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-opensuse_mirror/master/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/marguerite/?format=api",
            "author": "https://l10n.opensuse.org/api/users/marguerite/?format=api",
            "timestamp": "2018-12-22T09:06:55.078785Z",
            "action": 2,
            "target": "δΈι•œεƒ(&D)",
            "id": 1186669,
            "action_name": "Translation changed",
            "url": "https://l10n.opensuse.org/api/changes/1186669/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-opensuse_mirror/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-opensuse_mirror/master/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-12-29T02:30:29.930225Z",
            "action": 17,
            "target": "",
            "id": 1187463,
            "action_name": "Committed changes",
            "url": "https://l10n.opensuse.org/api/changes/1187463/?format=api"
        }
    ]
}