Changes API.

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

GET /api/changes/1951067/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": null,
    "component": "https://l10n.opensuse.org/api/components/yast-s390/master/?format=api",
    "translation": "https://l10n.opensuse.org/api/translations/yast-s390/master/es/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-01-18T01:33:53.265316Z",
    "action": 0,
    "target": "",
    "old": "",
    "details": {
        "reason": "content changed",
        "filename": "/var/lib/weblate/vcs/yast-base/master/po/s390/es.po"
    },
    "id": 1951067,
    "action_name": "Resource updated",
    "url": "https://l10n.opensuse.org/api/changes/1951067/?format=api"
}