Translation components API.

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

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

{
    "count": 202,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/opensuse-welcome/master/it/changes/?format=api&page=4",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/opensuse-welcome/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/opensuse-welcome/master/it/?format=api",
            "user": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "author": null,
            "timestamp": "2019-09-11T16:43:50.463759Z",
            "action": 17,
            "target": "",
            "id": 1281203,
            "action_name": "Changes committed",
            "url": "https://l10n.opensuse.org/api/changes/1281203/?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/it/?format=api",
            "user": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "author": "https://l10n.opensuse.org/api/users/alessioadamo/?format=api",
            "timestamp": "2019-09-11T16:43:50.402063Z",
            "action": 0,
            "target": "",
            "id": 1281202,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1281202/?format=api"
        }
    ]
}