Translation components API.

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

GET /api/translations/software-o-o/glossary/id/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/12744820/?format=api",
            "component": "https://l10n.opensuse.org/api/components/software-o-o/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/software-o-o/glossary/id/?format=api",
            "user": "https://l10n.opensuse.org/api/users/medwinz/?format=api",
            "author": null,
            "timestamp": "2017-07-12T03:12:48.560822Z",
            "action": 5,
            "target": "BitTorrent",
            "id": 695828,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/695828/?format=api"
        }
    ]
}