Changes API.

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

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

{
    "unit": null,
    "component": null,
    "translation": null,
    "user": "https://hosted.weblate.org/api/users/shenek/?format=api",
    "author": null,
    "timestamp": "2019-08-08T12:11:48+02:00",
    "action": 34,
    "target": "",
    "id": 4492753,
    "action_name": "User added",
    "url": "https://hosted.weblate.org/api/changes/4492753/?format=api"
}