Translation components API.

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

GET /api/translations/release-notes-opensuse/glossary/el/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/release-notes-opensuse/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/release-notes-opensuse/glossary/el/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-06T10:28:34.616070Z",
            "action": 0,
            "target": "",
            "id": 1880633,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1880633/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13387760/?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/el/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-28T14:30:05.207340Z",
            "action": 31,
            "target": "",
            "id": 2099245,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/2099245/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13387760/?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/el/?format=api",
            "user": null,
            "author": "https://l10n.opensuse.org/api/users/anonymous/?format=api",
            "timestamp": "2022-09-13T17:15:50.165655Z",
            "action": 4,
            "target": "Διανομή",
            "id": 2155972,
            "action_name": "Suggestion added",
            "url": "https://l10n.opensuse.org/api/changes/2155972/?format=api"
        }
    ]
}