Translation components API.

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

GET /api/translations/libzypp/glossary/de/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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-26T12:18:48.344957Z",
            "action": 0,
            "target": "",
            "id": 1870536,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1870536/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13074110/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-24T15:57:46.365734Z",
            "action": 31,
            "target": "",
            "id": 1987887,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/1987887/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13074110/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/glossary/de/?format=api",
            "user": "https://l10n.opensuse.org/api/users/EttoreAtalan/?format=api",
            "author": "https://l10n.opensuse.org/api/users/EttoreAtalan/?format=api",
            "timestamp": "2022-09-10T15:13:07.890997Z",
            "action": 45,
            "target": "",
            "id": 2155076,
            "action_name": "New contributor",
            "url": "https://l10n.opensuse.org/api/changes/2155076/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13074110/?format=api",
            "component": "https://l10n.opensuse.org/api/components/libzypp/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/libzypp/glossary/de/?format=api",
            "user": "https://l10n.opensuse.org/api/users/EttoreAtalan/?format=api",
            "author": "https://l10n.opensuse.org/api/users/EttoreAtalan/?format=api",
            "timestamp": "2022-09-10T15:13:07.893721Z",
            "action": 5,
            "target": "Schlüssel",
            "id": 2155077,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/2155077/?format=api"
        }
    ]
}