Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/opensuse-welcome/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/opensuse-welcome/glossary/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-02T18:12:06.218597Z",
            "action": 0,
            "target": "",
            "id": 1904253,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1904253/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/14185448/?format=api",
            "component": "https://l10n.opensuse.org/api/components/opensuse-welcome/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/opensuse-welcome/glossary/pl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/SzymonOlesiski/?format=api",
            "author": "https://l10n.opensuse.org/api/users/SzymonOlesiski/?format=api",
            "timestamp": "2023-01-11T11:34:56.582929Z",
            "action": 31,
            "target": "Discord",
            "id": 2593884,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/2593884/?format=api"
        }
    ]
}