Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/1209827/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/documentation/bookshandbookppp-and-slip_index/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/documentation/bookshandbookppp-and-slip_index/pt_BR/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-06-08T12:48:15.755362Z",
    "action": 30,
    "target": "Sets the default idle timeout in seconds for the connection.  In this example, the connection will be closed automatically after 300 seconds of inactivity.  To prevent a timeout, set this value to zero.",
    "id": 321746,
    "action_name": "改变了源字符串",
    "url": "https://translate-dev.freebsd.org/api/changes/321746/?format=api"
}