Changes API.

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

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

{
    "unit": "https://weblate.mineland.net/api/units/1619532/?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-05T19:38:57.565450+03:00",
    "action": 4,
    "target": "&b{restante}",
    "id": 123098642,
    "action_name": "Suggestion added",
    "url": "https://weblate.mineland.net/api/changes/123098642/?format=api"
}