Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/24568/?format=api",
    "component": "https://weblate.rikka.app/api/components/wadb/application/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/wadb/application/it/?format=api",
    "user": "https://weblate.rikka.app/api/users/Dany-coder778/?format=api",
    "author": "https://weblate.rikka.app/api/users/Dany-coder778/?format=api",
    "timestamp": "2022-05-13T13:27:37.633469Z",
    "action": 7,
    "target": "La notifica verrà mostrata in fondo alle altre e la sua icona verrà nascosta dalla barra di stato",
    "old": "",
    "details": {
        "state": 20,
        "source": "The notification will be shown at the bottom from others and the notification icon will be hidden from the status bar",
        "old_state": 0
    },
    "id": 16752,
    "action_name": "Suggestion accepted",
    "url": "https://weblate.rikka.app/api/changes/16752/?format=api"
}