Changes API


See <a href="https://docs.weblate.org/en/weblate-2.18/apichanges.html">the Weblate's Web API documentation</a> for detailed
description of the API.

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

{
    "unit": "http://weblate.tectic.de/api/units/112987/?format=api",
    "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/master/?format=api",
    "translation": "http://weblate.tectic.de/api/translations/fortresscraft-evolved/master/ru/?format=api",
    "dictionary": null,
    "user": 21,
    "author": 21,
    "timestamp": "2023-01-07T10:28:25.520592+01:00",
    "action": 2,
    "target": "Пехота: {0}, Элита: {1}, Боссы: {2}",
    "id": 75812,
    "action_name": "Translation changed",
    "url": "http://weblate.tectic.de/api/changes/75812/?format=api"
}