Translation components API.

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

GET /api/translations/yast-sudo/glossary/uk/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/12745063/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-sudo/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-sudo/glossary/uk/?format=api",
            "user": "https://l10n.opensuse.org/api/users/Lesath/?format=api",
            "author": null,
            "timestamp": "2020-06-14T17:30:21.657301Z",
            "action": 5,
            "target": "дійсний",
            "id": 1450404,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/1450404/?format=api"
        }
    ]
}