Translation components API.

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

GET /api/translations/libstorage-ng/sle-15-sp1/zh_TW/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libstorage-ng/sle-15-sp1/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libstorage-ng/sle-15-sp1/zh_TW/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-03-26T22:11:30.849523Z",
            "action": 0,
            "target": "",
            "id": 1231802,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1231802/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libstorage-ng/sle-15-sp1/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libstorage-ng/sle-15-sp1/zh_TW/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-08-22T12:47:15.071954Z",
            "action": 0,
            "target": "",
            "id": 1278304,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1278304/?format=api"
        }
    ]
}