Translation components API.

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

GET /api/translations/yast-firewall/master/nb/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-firewall/master/nb/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-firewall/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-firewall/master/nb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-06-15T02:33:44Z",
            "action": 0,
            "target": "",
            "id": 679524,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/679524/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-firewall/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-firewall/master/nb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-04-11T12:55:36Z",
            "action": 0,
            "target": "",
            "id": 625824,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/625824/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-firewall/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-firewall/master/nb/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-15T16:26:25Z",
            "action": 0,
            "target": "",
            "id": 99948,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/99948/?format=api"
        }
    ]
}