Translation components API.

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

GET /api/translations/yast-crowbar/glossary/es/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/12745005/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-crowbar/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-crowbar/glossary/es/?format=api",
            "user": "https://l10n.opensuse.org/api/users/fito/?format=api",
            "author": null,
            "timestamp": "2020-06-16T05:41:45.738126Z",
            "action": 5,
            "target": "directiva",
            "id": 1450790,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/1450790/?format=api"
        }
    ]
}