Changes API.

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

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

{
    "unit": "https://weblate.info.ucl.ac.be/api/units/37484/?format=api",
    "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisesreliability/?format=api",
    "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisesreliability/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-09-17T01:14:25.626058+02:00",
    "action": 59,
    "target": "A go-back-n sender has sent :math:`2^n` data frames. All the frames have been received correctly and in-order by the receiver, but all the returned acknowledgments have been lost. Show by using a time sequence diagram (e.g. by considering a window of four frames) what happens in this case. Can you fix the problem on the go-back-n sender ?",
    "id": 14695,
    "action_name": "String updated in the repository",
    "url": "https://weblate.info.ucl.ac.be/api/changes/14695/?format=api"
}