Translation components API.

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

GET /api/translations/packages-i18n/glossary/zh_TW/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/12744760/?format=api",
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/glossary/zh_TW/?format=api",
            "user": "https://l10n.opensuse.org/api/users/pan93412/?format=api",
            "author": null,
            "timestamp": "2018-07-11T14:43:11.082839Z",
            "action": 5,
            "target": "軟體集",
            "id": 1131712,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/1131712/?format=api"
        }
    ]
}