Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/4105922/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/the-unknown/nb_NO/?format=api",
    "user": "https://hosted.weblate.org/api/users/pere/?format=api",
    "author": "https://hosted.weblate.org/api/users/pere/?format=api",
    "timestamp": "2016-11-25T21:34:22+01:00",
    "action": 5,
    "target": "Du er kaptein på et skip under engelsk flagg i 1740.  Du og manskapet ditt var på vei til en engelsk koloni i stillehavet.\nAlt gikk fint helt til du havnet i en storm…",
    "id": 1440091,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/1440091/?format=api"
}