Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/glossary/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-26T12:18:51.322992Z",
            "action": 0,
            "target": "",
            "id": 1870579,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1870579/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13074155/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/glossary/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-24T15:57:50.382089Z",
            "action": 31,
            "target": "",
            "id": 1987931,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/1987931/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13074155/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/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-15T13:06:17.296855Z",
            "action": 45,
            "target": "",
            "id": 2056462,
            "action_name": "New contributor",
            "url": "https://l10n.opensuse.org/api/changes/2056462/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13074155/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/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-15T13:06:17.306127Z",
            "action": 5,
            "target": "",
            "id": 2056463,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/2056463/?format=api"
        }
    ]
}