Translation components API.

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

GET /api/translations/packages-i18n/libreoffice-master/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://l10n.opensuse.org/api/components/packages-i18n/libreoffice-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/libreoffice-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T16:42:39.830406Z",
            "action": 0,
            "target": "",
            "id": 2035995,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2035995/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/libreoffice-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/libreoffice-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-13T03:38:06.517033Z",
            "action": 0,
            "target": "",
            "id": 1809945,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1809945/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/libreoffice-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/libreoffice-master/en/?format=api",
            "user": "https://l10n.opensuse.org/api/users/recepbasturk/?format=api",
            "author": "https://l10n.opensuse.org/api/users/recepbasturk/?format=api",
            "timestamp": "2021-04-28T12:49:24.078872Z",
            "action": 0,
            "target": "",
            "id": 1795421,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1795421/?format=api"
        }
    ]
}