Changes API.

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

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

{
    "unit": "https://translate.checkmk.com/api/units/2284234/?format=api",
    "component": "https://translate.checkmk.com/api/components/checkmk/dev/?format=api",
    "translation": "https://translate.checkmk.com/api/translations/checkmk/dev/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-12-21T06:01:18.299755Z",
    "action": 59,
    "target": "Some metrics are more meaningful when their rate is considered (such as dropped network packages, for example). By default, the plugin computes the rate in case the metric is a monotonic counter. This is of course just a heuristic and might not work for all metrics: The uptime, for example, would be reported as '1.0 s/s', which is not too useful. You can override the default behavior here.",
    "id": 2157427,
    "action_name": "String updated in the repository",
    "url": "https://translate.checkmk.com/api/changes/2157427/?format=api"
}