Changes API.

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

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

{
    "unit": "https://weblate.securedrop.org/api/units/40698/?format=api",
    "component": "https://weblate.securedrop.org/api/components/securedrop/desktop/?format=api",
    "translation": "https://weblate.securedrop.org/api/translations/securedrop/desktop/tr/?format=api",
    "user": "https://weblate.securedrop.org/api/users/erdy/?format=api",
    "author": "https://weblate.securedrop.org/api/users/erdy/?format=api",
    "timestamp": "2024-03-29T01:45:46.257332Z",
    "action": 2,
    "target": "Kaynak Arayüzünü Başlat",
    "id": 70001,
    "action_name": "Translation changed",
    "url": "https://weblate.securedrop.org/api/changes/70001/?format=api"
}