Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/12640/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/main/en/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
    "timestamp": "2022-09-05T17:38:23.909694Z",
    "action": 3,
    "target": "",
    "old": "",
    "details": {
        "comment": "It is error prone to keep the `<br>`tag in the string. If you want extra space in the chat message for all languages, just hard code the newline into the message and take it out of the localizable string."
    },
    "id": 24890,
    "action_name": "Comment added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/24890/?format=api"
}