Translation components API.

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

GET /api/translations/yast-qt/master/nl/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-qt/master/nl/changes/?format=api",
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/2216236/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-qt/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-qt/master/nl/?format=api",
            "user": "https://l10n.opensuse.org/api/users/sle-merge-robot/?format=api",
            "author": "https://l10n.opensuse.org/api/users/sle-merge-robot/?format=api",
            "timestamp": "2016-10-03T14:02:09Z",
            "action": 4,
            "target": "",
            "id": 265688,
            "action_name": "Suggestion added",
            "url": "https://l10n.opensuse.org/api/changes/265688/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-qt/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-qt/master/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-16T13:08:39Z",
            "action": 0,
            "target": "",
            "id": 119900,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/119900/?format=api"
        }
    ]
}