Changes API.

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

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

{
    "unit": "https://weblate.info.ucl.ac.be/api/units/37737/?format=api",
    "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/principlestransport/?format=api",
    "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/principlestransport/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-09-17T01:14:38.509283+02:00",
    "action": 59,
    "target": "Organization of the information flow. For many applications, the flow of information must be structured and there are precedence relationships between the different types of information. In the time example above, Alice must greet Bob before asking for the current time. Alice would not ask for the current time first and greet Bob afterwards. Such precedence relationships exist in networked applications as well. For example, a server must receive a username and a valid password before accepting more complex commands from its clients.",
    "id": 14994,
    "action_name": "String updated in the repository",
    "url": "https://weblate.info.ucl.ac.be/api/changes/14994/?format=api"
}