Changes API.

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

GET /api/changes/4467212/?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/kkoci/?format=api",
    "author": "https://hosted.weblate.org/api/users/kkoci/?format=api",
    "timestamp": "2019-07-31T14:11:33+02:00",
    "action": 38,
    "target": "pkglists",
    "id": 4467212,
    "action_name": "Component removed",
    "url": "https://hosted.weblate.org/api/changes/4467212/?format=api"
}