Translation components API.

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

GET /api/translations/yast-firewall/master/ast/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/ast/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/ast/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-06-15T02:32:51Z",
            "action": 0,
            "target": "",
            "id": 679440,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/679440/?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/ast/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-04-11T12:54:05Z",
            "action": 0,
            "target": "",
            "id": 625738,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/625738/?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/ast/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-15T16:17:47Z",
            "action": 0,
            "target": "",
            "id": 99864,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/99864/?format=api"
        }
    ]
}