Changes API.

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

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

{
    "unit": null,
    "component": "https://hosted.weblate.org/api/components/freeplane/translation/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/freeplane/translation/oc/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-12-13T18:37:41.736304+01:00",
    "action": 0,
    "target": "",
    "old": "",
    "details": {
        "reason": "content changed",
        "filename": "freeplane/src/viewer/resources/translations/Resources_en.properties"
    },
    "id": 73845507,
    "action_name": "Resource updated",
    "url": "https://hosted.weblate.org/api/changes/73845507/?format=api"
}