Translation components API.

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

GET /api/translations/libstorage/sle-12-sp4/cs/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/libstorage/sle-12-sp4/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libstorage/sle-12-sp4/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-10-05T16:53:25.130265Z",
            "action": 0,
            "target": "",
            "id": 1152163,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1152163/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/10610734/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libstorage/sle-12-sp4/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libstorage/sle-12-sp4/cs/?format=api",
            "user": "https://l10n.opensuse.org/api/users/aleskastner/?format=api",
            "author": "https://l10n.opensuse.org/api/users/aleskastner/?format=api",
            "timestamp": "2019-03-27T06:51:44.161225Z",
            "action": 2,
            "target": "Vytvářím skupinu svazků %1$s (%2$s) z %3$s",
            "id": 1232555,
            "action_name": "Translation changed",
            "url": "https://l10n.opensuse.org/api/changes/1232555/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libstorage/sle-12-sp4/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libstorage/sle-12-sp4/cs/?format=api",
            "user": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "author": null,
            "timestamp": "2019-03-27T22:38:20.949136Z",
            "action": 17,
            "target": "",
            "id": 1234293,
            "action_name": "Committed changes",
            "url": "https://l10n.opensuse.org/api/changes/1234293/?format=api"
        }
    ]
}