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/76003/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "http://weblate.tectic.de/api/units/121868/?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": null,
    "author": 1,
    "timestamp": "2025-01-14T11:44:03.865655+01:00",
    "action": 4,
    "target": "Запасы достаточно велики, поэтому, возможно, удастся уменьшить целевые запасы на складе расходных материалов, чтобы пополнить их в экстренных случаях.",
    "id": 76003,
    "action_name": "Suggestion added",
    "url": "http://weblate.tectic.de/api/changes/76003/?format=api"
}