Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/236620/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/es/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-08-12T18:03:47.071608Z",
    "action": 59,
    "target": "El ataque hizo una cantidad inicial de <b>{damage}</b> de daño, con un modificador de blindaje de {mod}.",
    "old": "",
    "details": {
        "state": 20,
        "source": "The attack had an initial amount of <b>{damage}</b> damage, with an armor modifier of {mod}.",
        "old_state": -1
    },
    "id": 369084,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/369084/?format=api"
}