Changes API.

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

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

{
    "unit": "https://translate.tails.boum.org/api/units/47506/?format=api",
    "component": "https://translate.tails.boum.org/api/components/tails/spoof-mac/?format=api",
    "translation": "https://translate.tails.boum.org/api/translations/tails/spoof-mac/de/?format=api",
    "user": "https://translate.tails.boum.org/api/users/xin/?format=api",
    "author": "https://translate.tails.boum.org/api/users/BenHeld/?format=api",
    "timestamp": "2023-03-13T15:57:39.707588Z",
    "action": 7,
    "target": "    . /usr/local/lib/tails-shell-library/hardware.sh\n    for i in $(get_all_ethernet_nics); do\n      echo \"Interface $i\"\n      macchanger $i\n    done\n",
    "id": 3112124,
    "action_name": "Suggestion accepted",
    "url": "https://translate.tails.boum.org/api/changes/3112124/?format=api"
}