Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/16172860/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-storage/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-storage/glossary/en/?format=api",
            "user": "https://l10n.opensuse.org/api/users/YasuhikoKamata/?format=api",
            "author": "https://l10n.opensuse.org/api/users/YasuhikoKamata/?format=api",
            "timestamp": "2024-04-26T10:21:33.267675Z",
            "action": 31,
            "target": "pervasive",
            "id": 3041369,
            "action_name": "String added",
            "url": "https://l10n.opensuse.org/api/changes/3041369/?format=api"
        }
    ]
}