Translation components API.

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

GET /api/translations/software-o-o/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/14646779/?format=api",
            "component": "https://l10n.opensuse.org/api/components/software-o-o/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/software-o-o/glossary/en/?format=api",
            "user": "https://l10n.opensuse.org/api/users/DragonMrao/?format=api",
            "author": "https://l10n.opensuse.org/api/users/DragonMrao/?format=api",
            "timestamp": "2023-07-09T02:53:29.309834Z",
            "action": 31,
            "target": "Appstream",
            "id": 2733014,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/2733014/?format=api"
        }
    ]
}