Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/kiwi/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/kiwi/master/id/?format=api",
            "user": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "author": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "timestamp": "2015-10-09T18:58:36Z",
            "action": 0,
            "target": "",
            "id": 4118,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/4118/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/kiwi/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/kiwi/master/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-10-14T20:57:19Z",
            "action": 0,
            "target": "",
            "id": 5240,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/5240/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/kiwi/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/kiwi/master/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-11-02T09:33:04Z",
            "action": 17,
            "target": "",
            "id": 393586,
            "action_name": "Committed changes",
            "url": "https://l10n.opensuse.org/api/changes/393586/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/kiwi/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/kiwi/master/id/?format=api",
            "user": "https://l10n.opensuse.org/api/users/cho2/?format=api",
            "author": "https://l10n.opensuse.org/api/users/cho2/?format=api",
            "timestamp": "2016-11-02T09:33:12Z",
            "action": 9,
            "target": "",
            "id": 393590,
            "action_name": "Translation uploaded",
            "url": "https://l10n.opensuse.org/api/changes/393590/?format=api"
        }
    ]
}