Translation components API.

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

GET /api/translations/terminal/extra/ja/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 105,
    "next": null,
    "previous": "https://l10n.elementary.io/api/translations/terminal/extra/ja/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/terminal/extra/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/terminal/extra/ja/?format=api",
            "user": "https://l10n.elementary.io/api/users/bagjunggyu/?format=api",
            "author": "https://l10n.elementary.io/api/users/bagjunggyu/?format=api",
            "timestamp": "2018-06-03T06:21:13.111452Z",
            "action": 1,
            "target": "",
            "id": 176314,
            "action_name": "Translation completed",
            "url": "https://l10n.elementary.io/api/changes/176314/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/terminal/extra/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/terminal/extra/ja/?format=api",
            "user": "https://l10n.elementary.io/api/users/bagjunggyu/?format=api",
            "author": null,
            "timestamp": "2018-06-03T06:21:06.456207Z",
            "action": 17,
            "target": "",
            "id": 176309,
            "action_name": "Changes committed",
            "url": "https://l10n.elementary.io/api/changes/176309/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/terminal/extra/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/terminal/extra/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-03-23T00:04:29.833640Z",
            "action": 0,
            "target": "",
            "id": 137971,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/137971/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/terminal/extra/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/terminal/extra/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-07-07T03:50:58.365995Z",
            "action": 0,
            "target": "",
            "id": 78065,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/78065/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/terminal/extra/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/terminal/extra/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-04-26T17:11:11.474689Z",
            "action": 0,
            "target": "",
            "id": 30093,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/30093/?format=api"
        }
    ]
}