Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/238986/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/the-unknown/de/?format=api",
    "user": "https://hosted.weblate.org/api/users/ChrisOelmueller/?format=api",
    "author": "https://hosted.weblate.org/api/users/ChrisOelmueller/?format=api",
    "timestamp": "2013-05-23T10:53:24+02:00",
    "action": 2,
    "target": "Es ist an der Zeit, ein paar Zelte zum Leben und einen kleinen Marktplatz zu bauen, um unsere Einwohner mit Gütern zu versorgen.",
    "id": 7140,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/7140/?format=api"
}