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

{
    "unit": "http://weblate.tectic.de/api/units/39107/?format=api",
    "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-materials/?format=api",
    "translation": "http://weblate.tectic.de/api/translations/fortresscraft-evolved/handbook-materials/ru/?format=api",
    "dictionary": null,
    "user": 21,
    "author": 92,
    "timestamp": "2023-01-07T10:34:22.951523+01:00",
    "action": 7,
    "target": "Электрический Светильник подключается к источнику энергии и излучает холодный синий свет на большее расстояние, в отличие от Факела.",
    "id": 75840,
    "action_name": "Suggestion accepted",
    "url": "http://weblate.tectic.de/api/changes/75840/?format=api"
}