Translation components API.

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

GET /api/translations/opensuse-welcome/master/es/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 103,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/opensuse-welcome/master/es/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/11091818/?format=api",
            "component": "https://l10n.opensuse.org/api/components/opensuse-welcome/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/opensuse-welcome/master/es/?format=api",
            "user": "https://l10n.opensuse.org/api/users/JavierLlorente/?format=api",
            "author": "https://l10n.opensuse.org/api/users/JavierLlorente/?format=api",
            "timestamp": "2019-08-31T16:38:53.968374Z",
            "action": 45,
            "target": "",
            "id": 1279628,
            "action_name": "Contributor joined",
            "url": "https://l10n.opensuse.org/api/changes/1279628/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/opensuse-welcome/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/opensuse-welcome/master/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-08-28T00:33:48.366444Z",
            "action": 0,
            "target": "",
            "id": 1279127,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1279127/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/opensuse-welcome/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/opensuse-welcome/master/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-08-28T00:16:01.807317Z",
            "action": 0,
            "target": "",
            "id": 1279119,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1279119/?format=api"
        }
    ]
}