Translation components API.

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

GET /api/translations/doc-sle-translations/glossary/cs/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/12729008/?format=api",
            "component": "https://l10n.opensuse.org/api/components/doc-sle-translations/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/doc-sle-translations/glossary/cs/?format=api",
            "user": "https://l10n.opensuse.org/api/users/aleskastner/?format=api",
            "author": null,
            "timestamp": "2020-08-24T12:01:38.301310Z",
            "action": 5,
            "target": "snímek",
            "id": 1498514,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/1498514/?format=api"
        }
    ]
}