Translation components API.

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

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

{
    "count": 253,
    "next": null,
    "previous": "https://l10n.elementary.io/api/translations/website/index/ja/changes/?format=api&page=5",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/index/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/index/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-04-23T00:46:32.154138Z",
            "action": 0,
            "target": "",
            "id": 25756,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/25756/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/index/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/index/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-03-19T07:02:11.797826Z",
            "action": 17,
            "target": "",
            "id": 6429,
            "action_name": "Changes committed",
            "url": "https://l10n.elementary.io/api/changes/6429/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/index/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/index/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-03-06T06:32:30.791129Z",
            "action": 0,
            "target": "",
            "id": 141,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/141/?format=api"
        }
    ]
}