Changes API.

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

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

{
    "unit": "https://weblate.duniter.org/api/units/34410/?format=api",
    "component": "https://weblate.duniter.org/api/components/tikka/glossary/?format=api",
    "translation": "https://weblate.duniter.org/api/translations/tikka/glossary/it/?format=api",
    "user": "https://weblate.duniter.org/api/users/italpaola/?format=api",
    "author": "https://weblate.duniter.org/api/users/italpaola/?format=api",
    "timestamp": "2026-02-26T13:58:22.980751Z",
    "action": 31,
    "target": "Password",
    "id": 59990,
    "action_name": "New string added",
    "url": "https://weblate.duniter.org/api/changes/59990/?format=api"
}