Translation components API.

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

GET /api/translations/yast-firewall/master/vi/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-firewall/master/vi/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-firewall/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-firewall/master/vi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-06-15T02:34:18Z",
            "action": 0,
            "target": "",
            "id": 679576,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/679576/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-firewall/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-firewall/master/vi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-04-11T12:56:28Z",
            "action": 0,
            "target": "",
            "id": 625876,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/625876/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-firewall/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-firewall/master/vi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-15T16:31:44Z",
            "action": 0,
            "target": "",
            "id": 100000,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/100000/?format=api"
        }
    ]
}