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

{
    "unit": "http://weblate.tectic.de/api/units/69742/?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/cs/?format=api",
    "dictionary": null,
    "user": null,
    "author": 1,
    "timestamp": "2023-09-07T07:44:51.094685+02:00",
    "action": 4,
    "target": "Udržujte ARTHER v suchu a elegantním vzhledu! Funguje pouze v případě, že máte DLC Dapper Indie Supporter. Potřebujete pouze jeden z nich a pro fungování musí být uložen v inventáři.",
    "id": 75959,
    "action_name": "Suggestion added",
    "url": "http://weblate.tectic.de/api/changes/75959/?format=api"
}