Translation components API.

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

GET /api/translations/yast-cluster/glossary/ja/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/12729105/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-cluster/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-cluster/glossary/ja/?format=api",
            "user": "https://l10n.opensuse.org/api/users/YasuhikoKamata/?format=api",
            "author": null,
            "timestamp": "2018-01-11T00:55:34.009225Z",
            "action": 5,
            "target": "タイブレーカ",
            "id": 825356,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/825356/?format=api"
        }
    ]
}