Translation components API.

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

GET /api/translations/switchboard/glossary/en_GB/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.elementary.io/api/units/3212492/?format=api",
            "component": "https://l10n.elementary.io/api/components/switchboard/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/glossary/en_GB/?format=api",
            "user": "https://l10n.elementary.io/api/users/deleted-1182/?format=api",
            "author": null,
            "timestamp": "2020-04-05T14:41:19.393113Z",
            "action": 5,
            "target": "centre",
            "id": 562183,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/562183/?format=api"
        }
    ]
}