Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/20414/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/es/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-09-17T20:59:44.503144Z",
    "action": 59,
    "target": "Muestra las descripciones \"Incapacitado\" y \"Moribundo\".",
    "old": "Muestra las descripciones \"Incapacitado\" y \"Moribundo\".",
    "details": {
        "state": 10,
        "source": "Shows the {condition1} and {condition2} descriptions when their prerequisites are fulfilled.",
        "old_state": 20
    },
    "id": 49924,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/49924/?format=api"
}