Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/5841347/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/setroubleshoot/plugins/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/setroubleshoot/plugins/en_GB/?format=api",
    "user": "https://translate.fedoraproject.org/api/users/andibing/?format=api",
    "author": "https://translate.fedoraproject.org/api/users/andibing/?format=api",
    "timestamp": "2023-05-07T22:24:41.617624Z",
    "action": 5,
    "target": "\n    If httpd scripts should be allowed to write to public directories you need to turn on the $BOOLEAN boolean and change the file context of the public directory to public_content_rw_t.  Read the httpd_selinux\n    man page for further information:\n    \"setsebool -P $BOOLEAN=1; chcon -t public_content_rw_t <path>\"\n    You must also change the default file context labelling files on the system in order to preserve public directory labelling even on a full relabel.  \"semanage fcontext -a -t public_content_rw_t <path>\"\n    ",
    "id": 11596254,
    "action_name": "Translation added",
    "url": "https://translate.fedoraproject.org/api/changes/11596254/?format=api"
}