Translation components API.

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

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

{
    "count": 251,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-base/master/sl/changes/?format=api&page=5",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-base/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-base/master/sl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "author": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "timestamp": "2016-09-14T19:18:06Z",
            "action": 0,
            "target": "",
            "id": 87726,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/87726/?format=api"
        }
    ]
}