Changes API

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

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

{
    "unit": "https://weblate.a4tune.com/api/units/1230/?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/cs/?format=api",
    "dictionary": null,
    "user": 14,
    "author": 14,
    "timestamp": "2020-04-04T07:48:28.357945Z",
    "action": 30,
    "target": "Rýchla a presná ladička",
    "id": 4795,
    "action_name": "Source string changed",
    "url": "https://weblate.a4tune.com/api/changes/4795/?format=api"
}