Translation components API.

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

GET /api/translations/landing-page/glossary/zh_CN/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/12729427/?format=api",
            "component": "https://l10n.opensuse.org/api/components/landing-page/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/landing-page/glossary/zh_CN/?format=api",
            "user": "https://l10n.opensuse.org/api/users/BidoMoocho/?format=api",
            "author": null,
            "timestamp": "2020-07-14T13:36:27.402200Z",
            "action": 5,
            "target": "全",
            "id": 1481102,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/1481102/?format=api"
        }
    ]
}