Translation components API.

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

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

{
    "count": 253,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-base/master/fi/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/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-05-16T18:20:47Z",
            "action": 0,
            "target": "",
            "id": 643152,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/643152/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-base/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-base/master/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-18T08:51:41Z",
            "action": 0,
            "target": "",
            "id": 367424,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/367424/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-base/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-base/master/fi/?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-14T18:51:54Z",
            "action": 0,
            "target": "",
            "id": 87650,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/87650/?format=api"
        }
    ]
}