Changes API


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

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

{
    "unit": "https://weblate.protegus.eu/api/units/8672/?format=api",
    "component": "https://weblate.protegus.eu/api/components/trikdisconfig/sp231/?format=api",
    "translation": "https://weblate.protegus.eu/api/translations/trikdisconfig/sp231/en/?format=api",
    "dictionary": null,
    "user": null,
    "author": null,
    "timestamp": "2019-01-31T14:30:42.580380+02:00",
    "action": 13,
    "target": "",
    "id": 1338,
    "action_name": "New source string",
    "url": "https://weblate.protegus.eu/api/changes/1338/?format=api"
}