Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/200334/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_committers-guide/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_committers-guide/pt_BR/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2020-07-26T12:30:55.146998Z",
    "action": 30,
    "target": "There is a serious disadvantage to this method: every time something is to be committed, a <command>svn relocate</command> to the main repository has to be done, remembering to <command>svn relocate</command> back to the mirror after the commit. Also, since <command>svn relocate</command> only works between repositories that have the same UUID, some hacking of the local repository's UUID has to occur before it is possible to start using it.",
    "id": 78942,
    "action_name": "Source string changed",
    "url": "https://translate-dev.freebsd.org/api/changes/78942/?format=api"
}