Translation components API.

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

GET /api/translations/yast-installation/glossary/mk/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/14847633/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-installation/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-installation/glossary/mk/?format=api",
            "user": "https://l10n.opensuse.org/api/users/krisfremen/?format=api",
            "author": "https://l10n.opensuse.org/api/users/krisfremen/?format=api",
            "timestamp": "2023-10-20T02:44:24.948303Z",
            "action": 31,
            "target": "распоредување",
            "id": 2787164,
            "action_name": "String added",
            "url": "https://l10n.opensuse.org/api/changes/2787164/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-installation/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-installation/glossary/mk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-04T02:34:01.996175Z",
            "action": 0,
            "target": "",
            "id": 1874020,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1874020/?format=api"
        }
    ]
}