Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/227973/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/pf2-fr/kingmaker/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/pf2-fr/kingmaker/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-06-17T14:44:39.818159Z",
    "action": 59,
    "target": "Your nation is founded in the mountains or includes a significant ruined location, and it uses these natural or artificial features to bolster defense. Your citizens tend to be hale and hardy, if not stubborn to a fault.",
    "old": "",
    "details": {
        "state": 20,
        "source": "Your nation is founded in the mountains or includes a significant ruined location, and it uses these natural or artificial features to bolster defense. Your citizens tend to be hale and hardy, if not stubborn to a fault.",
        "old_state": -1
    },
    "id": 345309,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/345309/?format=api"
}