Translation components API.

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

GET /api/translations/chameleon/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": "https://l10n.opensuse.org/api/units/14673196/?format=api",
            "component": "https://l10n.opensuse.org/api/components/chameleon/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/chameleon/glossary/pl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/MarekKiwilszo/?format=api",
            "author": "https://l10n.opensuse.org/api/users/MarekKiwilszo/?format=api",
            "timestamp": "2023-08-06T05:46:38.495093Z",
            "action": 31,
            "target": "Jądro",
            "id": 2741613,
            "action_name": "String added",
            "url": "https://l10n.opensuse.org/api/changes/2741613/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/chameleon/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/chameleon/glossary/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-09T20:02:12.164842Z",
            "action": 0,
            "target": "",
            "id": 2115649,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2115649/?format=api"
        }
    ]
}