Translation components API.

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

GET /api/translations/yast-country/glossary/zh_TW/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/12730447/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-country/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-country/glossary/zh_TW/?format=api",
            "user": "https://l10n.opensuse.org/api/users/pan93412/?format=api",
            "author": null,
            "timestamp": "2019-06-25T05:05:25.235672Z",
            "action": 5,
            "target": "日誌",
            "id": 1266493,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/1266493/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/12730449/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-country/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-country/glossary/zh_TW/?format=api",
            "user": "https://l10n.opensuse.org/api/users/pan93412/?format=api",
            "author": null,
            "timestamp": "2019-06-25T05:05:38.414199Z",
            "action": 5,
            "target": "(v.) 記錄",
            "id": 1266494,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/1266494/?format=api"
        }
    ]
}