Changes API


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

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

{
    "unit": "http://weblate.tectic.de/api/units/37362/?format=api",
    "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-creative/?format=api",
    "translation": "http://weblate.tectic.de/api/translations/fortresscraft-evolved/handbook-creative/fr/?format=api",
    "dictionary": null,
    "user": null,
    "author": 1,
    "timestamp": "2018-12-14T10:27:23.510629+01:00",
    "action": 4,
    "target": "Bienvenu dans notre mode créatif ! Les contrôles sont ci-dessous. Le guide pour les outils se trouve sur la page suivante.",
    "id": 66927,
    "action_name": "Suggestion added",
    "url": "http://weblate.tectic.de/api/changes/66927/?format=api"
}