Translation components API.

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

GET /api/translations/yast-add-on/glossary/th/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/12744824/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-add-on/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-add-on/glossary/th/?format=api",
            "user": "https://l10n.opensuse.org/api/users/AndyGreat/?format=api",
            "author": null,
            "timestamp": "2020-04-10T03:20:16.988571Z",
            "action": 5,
            "target": "ผลิตภัณฑ์",
            "id": 1380973,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/1380973/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12744822/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-add-on/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-add-on/glossary/th/?format=api",
            "user": "https://l10n.opensuse.org/api/users/AndyGreat/?format=api",
            "author": null,
            "timestamp": "2020-04-10T03:19:21.371157Z",
            "action": 5,
            "target": "ส่วนเสริม",
            "id": 1380972,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/1380972/?format=api"
        }
    ]
}