Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/17374/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/twodsix/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/twodsix/main/es/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-11-15T11:55:27.489508Z",
    "action": 59,
    "target": "Después de guardar la configuración del sistema, todas las habilidades utilizando 'Sin Entrenar' <br> serán reiniciadas permanentemente. Este paso no se puede revertir.",
    "old": "Después de guardar la configuración todas las habilidades que utilicen 'Sin Entrenar' serán reiniciadas. Esta acción no se podrá retroceder.",
    "details": {
        "state": 20,
        "source": "After saving the system settings, all skills using the pseudo-skill 'Untrained' <br> will be permanently reset to using no skill.  This action cannot be undone.",
        "old_state": 20
    },
    "id": 511004,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/511004/?format=api"
}