Translation components API.

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

GET /api/translations/yast-printer/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/12730451/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-printer/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-printer/glossary/ja/?format=api",
            "user": "https://l10n.opensuse.org/api/users/YasuhikoKamata/?format=api",
            "author": null,
            "timestamp": "2017-05-26T07:11:27Z",
            "action": 5,
            "target": "プリンタ定義",
            "id": 660142,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/660142/?format=api"
        }
    ]
}