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

{
    "unit": "http://weblate.tectic.de/api/units/41164/?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/es/?format=api",
    "dictionary": null,
    "user": 106,
    "author": 106,
    "timestamp": "2024-10-04T17:39:01.320971+02:00",
    "action": 27,
    "target": "Lienzo verde",
    "id": 75973,
    "action_name": "Search and replace",
    "url": "http://weblate.tectic.de/api/changes/75973/?format=api"
}