Changes API

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

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

{
    "unit": "https://weblate.a4tune.com/api/units/87903/?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/it/?format=api",
    "dictionary": null,
    "user": 10,
    "author": 10,
    "timestamp": "2023-04-29T14:43:20.570781Z",
    "action": 5,
    "target": "Se il pattern si muove a destra, <b>il tono è troppo alto</b> e devi <b>accordare verso il grave</b>:",
    "id": 73854,
    "action_name": "New translation",
    "url": "https://weblate.a4tune.com/api/changes/73854/?format=api"
}