Changes API

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

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

{
    "unit": "https://weblate.a4tune.com/api/units/4782/?format=api",
    "component": "https://weblate.a4tune.com/api/components/guitar-and-violin-tuner/help/?format=api",
    "translation": "https://weblate.a4tune.com/api/translations/guitar-and-violin-tuner/help/ca/?format=api",
    "dictionary": null,
    "user": 15,
    "author": 15,
    "timestamp": "2020-04-06T15:29:39.421348Z",
    "action": 5,
    "target": "Afinació correcta",
    "id": 5945,
    "action_name": "New translation",
    "url": "https://weblate.a4tune.com/api/changes/5945/?format=api"
}