Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/14667640/?format=api",
    "component": "https://hosted.weblate.org/api/components/mypaint/libmypaint/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/mypaint/libmypaint/en_GB/?format=api",
    "user": "https://hosted.weblate.org/api/users/deleted-20432/?format=api",
    "author": "https://hosted.weblate.org/api/users/deleted-20432/?format=api",
    "timestamp": "2020-04-09T23:00:36.952471+02:00",
    "action": 5,
    "target": "The current zoom level of the canvas view.\nLogarithmic: 0.0 is 100%, 0.69 is 200%, -1.38 is 25%\nFor the Radius setting, using a value of -4.15 makes the brush size roughly constant, relative to the level of zoom.",
    "id": 5857054,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/5857054/?format=api"
}