Changes API


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

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

{
    "unit": null,
    "component": "http://weblate.openstreetbrowser.org/api/components/openstreetbrowser/ui/?format=api",
    "translation": "http://weblate.openstreetbrowser.org/api/translations/openstreetbrowser/ui/pl/?format=api",
    "dictionary": null,
    "user": 3,
    "author": 3,
    "timestamp": "2024-03-23T07:16:34.009387Z",
    "action": 0,
    "target": "",
    "id": 19597,
    "action_name": "Resource update",
    "url": "http://weblate.openstreetbrowser.org/api/changes/19597/?format=api"
}