Changes API

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

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

{
    "unit": "https://weblate.a4tune.com/api/units/1389/?format=api",
    "component": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/description/?format=api",
    "translation": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/description/de/?format=api",
    "dictionary": null,
    "user": null,
    "author": null,
    "timestamp": "2020-10-06T08:48:29.204581Z",
    "action": 16,
    "target": "",
    "id": 7607,
    "action_name": "Found duplicated string",
    "url": "https://weblate.a4tune.com/api/changes/7607/?format=api"
}