Changes API.

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

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

{
    "unit": "https://translate.gajim.org/api/units/1082642/?format=api",
    "component": "https://translate.gajim.org/api/components/gajim-website/website/?format=api",
    "translation": "https://translate.gajim.org/api/translations/gajim-website/website/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-08-23T20:12:57.169994Z",
    "action": 59,
    "target": "XMPP addresses are not just contacts or group chats. They can also contain query components to instruct clients to do things with them. For example `xmpp:chat@example.tld?join` would make the client try to join a group chat, and `xmpp:contact@example.tld?message;body=Hello` would instruct the client to open a chat with `contact@example.tld` and pre-fill the message input with 'Hello'. For this to work, it needs to be supported by the client, of course. Some queries from [XEP-0147](https://xmpp.org/extensions/xep-0147.html) (XMPP URI Scheme Query Components) are already supported by Gajim. This month, we added XMPP-URI query support for Gajim on Windows. While installing, you can now decide if you want Gajim to open XMPP links when clicking on them in your web browser.",
    "id": 284213,
    "action_name": "String updated in the repository",
    "url": "https://translate.gajim.org/api/changes/284213/?format=api"
}