Changes API


See <a href="https://docs.weblate.org/en/weblate-2.18/apichanges.html">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "unit": null,
    "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-survival/?format=api",
    "translation": "http://weblate.tectic.de/api/translations/fortresscraft-evolved/handbook-survival/de/?format=api",
    "dictionary": null,
    "user": null,
    "author": null,
    "timestamp": "2020-03-11T21:00:18.664580+01:00",
    "action": 17,
    "target": "",
    "id": 75154,
    "action_name": "Committed changes",
    "url": "http://weblate.tectic.de/api/changes/75154/?format=api"
}