Translation components API.

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

GET /api/translations/yast-control/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/12744999/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-control/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-control/glossary/zh_TW/?format=api",
            "user": "https://l10n.opensuse.org/api/users/pan93412/?format=api",
            "author": null,
            "timestamp": "2019-06-25T05:26:21.709337Z",
            "action": 5,
            "target": "執行階段",
            "id": 1266528,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/1266528/?format=api"
        }
    ]
}