Translation components API.

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

GET /api/components/release-notes-opensuse/glossary/changes/?format=api&page=11
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 201,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/components/release-notes-opensuse/glossary/changes/?format=api&page=10",
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/13387764/?format=api",
            "component": "https://l10n.opensuse.org/api/components/release-notes-opensuse/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/glossary/fi/?format=api",
            "user": "https://l10n.opensuse.org/api/users/TommiNieminen/?format=api",
            "author": "https://l10n.opensuse.org/api/users/TommiNieminen/?format=api",
            "timestamp": "2024-02-21T09:00:57.941727Z",
            "action": 5,
            "target": "Jakelu",
            "id": 3002154,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/3002154/?format=api"
        }
    ]
}