Changes API.

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

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

{
    "unit": null,
    "component": null,
    "translation": null,
    "user": "https://translate.habitica.com/api/users/phillip/?format=api",
    "author": "https://translate.habitica.com/api/users/phillip/?format=api",
    "timestamp": "2019-01-16T17:06:21.977316Z",
    "action": 38,
    "target": "achievements",
    "id": 1111,
    "action_name": "Removed component",
    "url": "https://translate.habitica.com/api/changes/1111/?format=api"
}