Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/65010509/?format=api",
    "component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/gammu/wammu/zh_Hant/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-01-05T08:43:59.981423+01:00",
    "action": 30,
    "target": "\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n",
    "id": 15625231,
    "action_name": "Source string changed",
    "url": "https://hosted.weblate.org/api/changes/15625231/?format=api"
}