Changes API

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

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

{
    "unit": null,
    "component": "http://weblate.ucs.ru/api/components/foodfactory/auth/?format=api",
    "translation": null,
    "dictionary": null,
    "user": 6,
    "author": 6,
    "timestamp": "2019-03-25T14:28:34",
    "action": 25,
    "target": "source/i18n/auth/ru.json",
    "id": 192823,
    "action_name": "Removed translation",
    "url": "http://weblate.ucs.ru/api/changes/192823/?format=api"
}