Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/1251041/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/documentation/booksdevelopers-handbookpolicies_index/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbookpolicies_index/fa/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-09-18T19:14:43.621740Z",
    "action": 30,
    "target": "For instance, added functions and bugfixes not changing the interfaces are fine, while deleted functions, changed function call syntax, etc. should either provide backward-compat symbols, or will force the major version number to change.",
    "id": 333907,
    "action_name": "改变了源字符串",
    "url": "https://translate-dev.freebsd.org/api/changes/333907/?format=api"
}