Changes API.

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

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

{
    "unit": "https://l10n.xwiki.org/api/units/126768/?format=api",
    "component": "https://l10n.xwiki.org/api/components/xwiki-platform/xwiki-documenttreetranslations/?format=api",
    "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-documenttreetranslations/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-11T08:11:59.877863Z",
    "action": 59,
    "target": "The maximum number of child nodes to display when expanding a parent node for the first time. The rest of the child nodes are accessible through a \"more ...\" link. This parameter is basically used to paginate the child nodes and thus helps the tree scale when the number of child nodes is large.",
    "id": 321309,
    "action_name": "String updated in the repository",
    "url": "https://l10n.xwiki.org/api/changes/321309/?format=api"
}