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

{
    "unit": "http://weblate.tectic.de/api/units/69656/?format=api",
    "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/handbook-completedresearch/?format=api",
    "translation": "http://weblate.tectic.de/api/translations/fortresscraft-evolved/handbook-completedresearch/cs/?format=api",
    "dictionary": null,
    "user": null,
    "author": 1,
    "timestamp": "2023-09-06T21:48:17.982330+02:00",
    "action": 4,
    "target": "Vyvinuli jsme novou baterii, která je schopna přenést mnohem větší náboj. Máme také návrhy na výkonnější laserový vysílač energie, který však vyžaduje materiály s pokročilejšími vlastnostmi, než jsou ty, které se nacházejí v blízkosti povrchu.",
    "id": 75879,
    "action_name": "Suggestion added",
    "url": "http://weblate.tectic.de/api/changes/75879/?format=api"
}