Changes API.

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

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

{
    "unit": "https://weblate.stbuehler.de/api/units/3319/?format=api",
    "component": "https://weblate.stbuehler.de/api/components/BOLTS/web-parts/?format=api",
    "translation": "https://weblate.stbuehler.de/api/translations/BOLTS/web-parts/es/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2014-08-03T09:32:51.408061Z",
    "action": 13,
    "target": "",
    "id": 1178,
    "action_name": "New source string",
    "url": "https://weblate.stbuehler.de/api/changes/1178/?format=api"
}