Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/68985786/?format=api",
    "component": "https://hosted.weblate.org/api/components/turris/healthcheck-system/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/turris/healthcheck-system/cs/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-02-16T10:39:21.354935+01:00",
    "action": 59,
    "target": "Úložiště je téměř plné. Očekává se, že může dojít k selhání zápisu nebo rozšiřování souborů a že kvůli tomu mohou začít selhávat i služby. Měli byste jednat ihned!",
    "old": "",
    "details": {
        "state": 20,
        "source": "Storage is pretty much full. It is expected that writing or extending files can fail and because of services might start failing as well. You should act now!",
        "old_state": -1
    },
    "id": 17393033,
    "action_name": "String updated in the repository",
    "url": "https://hosted.weblate.org/api/changes/17393033/?format=api"
}