Changes API


See <a href="https://docs.weblate.org/en/weblate-3.4/api.html#changes">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "unit": "http://weblate.openstreetbrowser.org/api/units/27061/?format=api",
    "component": "http://weblate.openstreetbrowser.org/api/components/openstreetbrowser/main-categories/?format=api",
    "translation": "http://weblate.openstreetbrowser.org/api/translations/openstreetbrowser/main-categories/et/?format=api",
    "dictionary": null,
    "user": 19,
    "author": 19,
    "timestamp": "2019-04-27T14:56:16.605549Z",
    "action": 30,
    "target": "Alternative Transportation modes",
    "id": 5357,
    "action_name": "Source string changed",
    "url": "http://weblate.openstreetbrowser.org/api/changes/5357/?format=api"
}