Changes API.

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

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

{
    "unit": "https://weblate.securedrop.org/api/units/23016/?format=api",
    "component": "https://weblate.securedrop.org/api/components/securedrop/securedrop/?format=api",
    "translation": "https://weblate.securedrop.org/api/translations/securedrop/securedrop/el/?format=api",
    "user": "https://weblate.securedrop.org/api/users/dmaroulidis/?format=api",
    "author": "https://weblate.securedrop.org/api/users/dmaroulidis/?format=api",
    "timestamp": "2023-12-29T16:45:23.260267Z",
    "action": 36,
    "target": "Είστε σίγουρος/η πως επιθυμείτε να γίνουν αυτές οι ενέργειες;",
    "id": 69420,
    "action_name": "Translation approved",
    "url": "https://weblate.securedrop.org/api/changes/69420/?format=api"
}