Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.elementary.io/api/units/3212544/?format=api",
            "component": "https://l10n.elementary.io/api/components/videos/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/videos/glossary/zh_Hant/?format=api",
            "user": "https://l10n.elementary.io/api/users/Dangzki/?format=api",
            "author": null,
            "timestamp": "2018-05-30T02:55:19.822674Z",
            "action": 5,
            "target": "打开(_O)",
            "id": 172369,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/172369/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212542/?format=api",
            "component": "https://l10n.elementary.io/api/components/videos/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/videos/glossary/zh_Hant/?format=api",
            "user": "https://l10n.elementary.io/api/users/Dangzki/?format=api",
            "author": null,
            "timestamp": "2018-05-30T02:55:09.832019Z",
            "action": 5,
            "target": "打开",
            "id": 172368,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/172368/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212540/?format=api",
            "component": "https://l10n.elementary.io/api/components/videos/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/videos/glossary/zh_Hant/?format=api",
            "user": "https://l10n.elementary.io/api/users/Dangzki/?format=api",
            "author": null,
            "timestamp": "2018-05-30T02:54:56.964846Z",
            "action": 5,
            "target": "取消(_C)",
            "id": 172367,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/172367/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212538/?format=api",
            "component": "https://l10n.elementary.io/api/components/videos/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/videos/glossary/zh_Hant/?format=api",
            "user": "https://l10n.elementary.io/api/users/Dangzki/?format=api",
            "author": null,
            "timestamp": "2018-05-30T02:54:44.128377Z",
            "action": 5,
            "target": "取消",
            "id": 172366,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/172366/?format=api"
        }
    ]
}