Changes API

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

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

{
    "unit": "https://weblate.a4tune.com/api/units/1235/?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": 2,
    "author": 2,
    "timestamp": "2020-04-07T07:01:00.253913Z",
    "action": 5,
    "target": "Rychlý přístup k nastavení pro přepínání mezi nástroji",
    "id": 6071,
    "action_name": "New translation",
    "url": "https://weblate.a4tune.com/api/changes/6071/?format=api"
}