Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/28677565/?format=api",
    "component": "https://hosted.weblate.org/api/components/sdaps/glossary/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/sdaps/glossary/nl/?format=api",
    "user": "https://hosted.weblate.org/api/users/stroobandt/?format=api",
    "author": null,
    "timestamp": "2018-12-26T21:33:03+01:00",
    "action": 5,
    "target": "vragenlijst",
    "id": 3465349,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/3465349/?format=api"
}