Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/229214/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_linux-emulation/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_linux-emulation/es/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-01-09T14:33:01.157540Z",
    "action": 30,
    "target": "Threaded programs should be written with as little contention on locks as possible. Otherwise, instead of doing useful work the thread just waits on a lock. As a result of this, the most well written threaded programs show little locks contention.",
    "id": 106089,
    "action_name": "改变了源字符串",
    "url": "https://translate-dev.freebsd.org/api/changes/106089/?format=api"
}