Changes API

See the Weblate's Web API documentation for detailed description of the API.

GET /api/changes/12742/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "https://weblate.alelec.net/api/units/4982/?format=api",
    "component": "https://weblate.alelec.net/api/components/navdy/alelec_navdy_client/?format=api",
    "translation": "https://weblate.alelec.net/api/translations/navdy/alelec_navdy_client/it/?format=api",
    "dictionary": null,
    "user": null,
    "author": 1,
    "timestamp": "2025-01-28T07:17:38.064972Z",
    "action": 4,
    "target": "Ok, interrompo la navigazione",
    "id": 12742,
    "action_name": "Suggestion added",
    "url": "https://weblate.alelec.net/api/changes/12742/?format=api"
}