Translation components API.

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

GET /api/translations/yast-opensuse_mirror/master/id/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-opensuse_mirror/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-opensuse_mirror/master/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-16T11:46:59Z",
            "action": 0,
            "target": "",
            "id": 115256,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/115256/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-opensuse_mirror/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-opensuse_mirror/master/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-20T10:22:08Z",
            "action": 17,
            "target": "",
            "id": 372204,
            "action_name": "Committed changes",
            "url": "https://l10n.opensuse.org/api/changes/372204/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-opensuse_mirror/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-opensuse_mirror/master/id/?format=api",
            "user": "https://l10n.opensuse.org/api/users/arifbudiman/?format=api",
            "author": "https://l10n.opensuse.org/api/users/arifbudiman/?format=api",
            "timestamp": "2016-10-20T10:22:12Z",
            "action": 9,
            "target": "",
            "id": 372208,
            "action_name": "Translation uploaded",
            "url": "https://l10n.opensuse.org/api/changes/372208/?format=api"
        }
    ]
}