Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/79954/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/es/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-12-12T09:31:38.281929Z",
    "action": 59,
    "target": "En lugar de usar el nombre por jerarquía, hará que se fuerce a crear una lista con el nombre del directorio actual, de modo que en lugar de 'padre_hijo' será simplemente 'hijo'",
    "old": "En lugar de usar el nombre por jerarquía, este ajusté hará que se fuerce a crear una lista con el nombre del directorio actual, de modo que en lugar de 'padre_hijo' será simplemente 'hijo'",
    "details": {
        "state": 20,
        "source": "Instead using the hierarchy naming this setting will force to create a playlist with the name of the current folder so instead 'parent_child' will be 'child'",
        "old_state": 20
    },
    "id": 172661,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/172661/?format=api"
}