Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/3419/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/en/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/vigoren/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/vigoren/?format=api",
    "timestamp": "2022-09-06T20:14:29.776658Z",
    "action": 3,
    "target": "",
    "old": "",
    "details": {
        "comment": "Users can set up custom formats for their dates. One of the options is they have is to display the day numbers as ordinal numbers (1st, 2nd, 3rd, 4th... etc)\r\nThis one is for  the st after the number 1 eg: 1st, 21st, 31st.\r\n\r\nThis may not be something that is possible in other languages, or other languages do very differently than English does."
    },
    "id": 28683,
    "action_name": "Comment added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/28683/?format=api"
}