Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/238911/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/the-unknown/ru/?format=api",
    "user": "https://hosted.weblate.org/api/users/Cocksucker/?format=api",
    "author": "https://hosted.weblate.org/api/users/Cocksucker/?format=api",
    "timestamp": "2014-05-25T00:34:29+02:00",
    "action": 2,
    "target": "На пятый день шторм, наконец, унялся, и мы можем передохнуть. Но наши запасы еды скудны, а корабль в плачевном состоянии. Навигационные приборы и карты были утеряны.",
    "id": 36079,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/36079/?format=api"
}