Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/13147/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/main/es/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/Zaen8/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/Zaen8/?format=api",
    "timestamp": "2023-03-10T01:20:14.274834Z",
    "action": 2,
    "target": "Personalizado",
    "old": "Definido Usuario",
    "details": {
        "state": 20,
        "source": "Custom",
        "old_state": 20
    },
    "id": 275547,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/275547/?format=api"
}