Translation components API.

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

GET /api/translations/packages-i18n/glossary/zh_CN/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/glossary/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T15:10:26.524523Z",
            "action": 0,
            "target": "",
            "id": 2030761,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2030761/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13231945/?format=api",
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/glossary/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": "2022-03-18T14:30:45.462708Z",
            "action": 31,
            "target": "库",
            "id": 2057027,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/2057027/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13231947/?format=api",
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/glossary/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": "2022-03-18T14:31:14.423067Z",
            "action": 31,
            "target": "开发",
            "id": 2057029,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/2057029/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/16006783/?format=api",
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/glossary/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/FooBar/?format=api",
            "author": "https://l10n.opensuse.org/api/users/FooBar/?format=api",
            "timestamp": "2024-01-25T02:04:37.088027Z",
            "action": 31,
            "target": "这个软件包包含的是开发文件。",
            "id": 2995692,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/2995692/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/16006783/?format=api",
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/glossary/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/FooBar/?format=api",
            "author": "https://l10n.opensuse.org/api/users/FooBar/?format=api",
            "timestamp": "2024-01-25T02:07:36.580978Z",
            "action": 2,
            "target": "这个软件包包含的是开发文件。",
            "id": 2995693,
            "action_name": "Translation changed",
            "url": "https://l10n.opensuse.org/api/changes/2995693/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13231945/?format=api",
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/glossary/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/FooBar/?format=api",
            "author": "https://l10n.opensuse.org/api/users/FooBar/?format=api",
            "timestamp": "2024-01-25T02:10:58.504953Z",
            "action": 2,
            "target": "程序库",
            "id": 2995694,
            "action_name": "Translation changed",
            "url": "https://l10n.opensuse.org/api/changes/2995694/?format=api"
        }
    ]
}