Changes API.

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

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

{
    "unit": "https://weblate.mineland.net/api/units/1619504/?format=api",
    "component": "https://weblate.mineland.net/api/components/mineland/glossary/?format=api",
    "translation": "https://weblate.mineland.net/api/translations/mineland/glossary/pt_BR/?format=api",
    "user": "https://weblate.mineland.net/api/users/Makiniks/?format=api",
    "author": "https://weblate.mineland.net/api/users/Makiniks/?format=api",
    "timestamp": "2026-04-05T20:12:02.031518+03:00",
    "action": 26,
    "target": "{restante}",
    "id": 123098709,
    "action_name": "Suggestion removed",
    "url": "https://weblate.mineland.net/api/changes/123098709/?format=api"
}