Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/7923/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/arbron-hp-bar/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/arbron-hp-bar/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-04T21:16:13.288253Z",
    "action": 3,
    "target": "",
    "old": "",
    "details": {
        "comment": "For me this string would be easier to parse if you were talking about *reduced* max HP instead of negative. I associated the word \"negative\" with values below 0 although I suppose you're not *technically* wrong if you consider normal max HP to be the zero point and this is referring to the delta of that value, which would be negative. Feel free to delete my suggested change to the source string if you disagree."
    },
    "id": 17081,
    "action_name": "Comment added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/17081/?format=api"
}