Translation components API.

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

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

{
    "count": 52,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-ntp-client/master/ku/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-ntp-client/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-ntp-client/master/ku/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-20T00:35:23Z",
            "action": 0,
            "target": "",
            "id": 371872,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/371872/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-ntp-client/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-ntp-client/master/ku/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-16T11:28:37Z",
            "action": 0,
            "target": "",
            "id": 114130,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/114130/?format=api"
        }
    ]
}