Translation components API.

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

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

{
    "count": 453,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-network/master/ca/changes/?format=api&page=9",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-network/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-network/master/ca/?format=api",
            "user": "https://l10n.opensuse.org/api/users/Dmedina/?format=api",
            "author": "https://l10n.opensuse.org/api/users/Dmedina/?format=api",
            "timestamp": "2016-09-19T07:37:22Z",
            "action": 9,
            "target": "",
            "id": 137862,
            "action_name": "Translation uploaded",
            "url": "https://l10n.opensuse.org/api/changes/137862/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-network/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-network/master/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-19T07:37:11Z",
            "action": 17,
            "target": "",
            "id": 137858,
            "action_name": "Changes committed",
            "url": "https://l10n.opensuse.org/api/changes/137858/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-network/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-network/master/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-16T10:23:39Z",
            "action": 0,
            "target": "",
            "id": 112020,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/112020/?format=api"
        }
    ]
}