Changes API.

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

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

{
    "unit": "https://translate.checkmk.com/api/units/2348271/?format=api",
    "component": "https://translate.checkmk.com/api/components/checkmk/stable/?format=api",
    "translation": "https://translate.checkmk.com/api/translations/checkmk/stable/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-05-09T12:48:50.827563Z",
    "action": 59,
    "target": "With this setting you can set links to documentations for each service. You can use some macros within the URL which are dynamically replaced for each object. These are:<br><ul><li>$HOSTNAME$: Contains the name of the host</li><li>$HOSTNAME_URL_ENCODED$: Same as above but URL encoded</li><li>$HOSTADDRESS$: Contains the network address of the host</li><li>$HOSTADDRESS_URL_ENCODED$: Same as above but URL encoded</li><li>$SERVICEDESC$: Contains the service name (in case this is a service)</li><li>$SERVICEDESC_URL_ENCODED$: Same as above but URL encoded</li><li>$USER_ID$: The user ID of the currently active user</li></ul>",
    "id": 2243395,
    "action_name": "String updated in the repository",
    "url": "https://translate.checkmk.com/api/changes/2243395/?format=api"
}