Changes API

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

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

{
    "unit": "http://weblate.ucs.ru/api/units/2081385/?format=api",
    "component": "http://weblate.ucs.ru/api/components/kiosk2/kfc-amrest/?format=api",
    "translation": "http://weblate.ucs.ru/api/translations/kiosk2/kfc-amrest/sv/?format=api",
    "dictionary": null,
    "user": 160,
    "author": 160,
    "timestamp": "2021-10-26T14:45:51",
    "action": 5,
    "target": "Beloppet som ska betalas är 0, betalning av en nollorder är inte möjlig. Lägg till en rätt med ett pris som är högre än 0 till din beställning!",
    "id": 777259,
    "action_name": "New translation",
    "url": "http://weblate.ucs.ru/api/changes/777259/?format=api"
}