Changes API.

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

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

{
    "unit": "https://weblate.rob006.net/api/units/11326/?format=api",
    "component": "https://weblate.rob006.net/api/components/flarum/core/?format=api",
    "translation": "https://weblate.rob006.net/api/translations/flarum/core/pl/?format=api",
    "user": "https://weblate.rob006.net/api/users/rob006/?format=api",
    "author": "https://weblate.rob006.net/api/users/rob006/?format=api",
    "timestamp": "2019-07-19T14:28:36.517490Z",
    "action": 2,
    "target": "=> core.ref.icon_text",
    "id": 8590,
    "action_name": "Translation changed",
    "url": "https://weblate.rob006.net/api/changes/8590/?format=api"
}