Translation components API.

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

GET /api/translations/yast-squid/master/da/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-squid/master/da/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-squid/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-squid/master/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-06-08T22:02:24Z",
            "action": 17,
            "target": "",
            "id": 673900,
            "action_name": "Changes committed",
            "url": "https://l10n.opensuse.org/api/changes/673900/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/2522812/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-squid/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-squid/master/da/?format=api",
            "user": "https://l10n.opensuse.org/api/users/scootergrisen/?format=api",
            "author": "https://l10n.opensuse.org/api/users/scootergrisen/?format=api",
            "timestamp": "2017-06-08T19:03:43Z",
            "action": 2,
            "target": "Til (T:M)",
            "id": 673696,
            "action_name": "Translation changed",
            "url": "https://l10n.opensuse.org/api/changes/673696/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-squid/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-squid/master/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-16T15:10:27Z",
            "action": 0,
            "target": "",
            "id": 127440,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/127440/?format=api"
        }
    ]
}