Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/246004/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/the-forge/client/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/client/pt-BR/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-10-23T20:10:58.488500Z",
    "action": 59,
    "target": "Anyone who is logged into their Forge account and follows the share link will have the key added to their account.",
    "old": "",
    "details": {
        "state": 20,
        "source": "Anyone who is logged into their Forge account and follows the share link will have the key added to their account.",
        "old_state": -1
    },
    "id": 394112,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/394112/?format=api"
}