Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/24564/?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:25:52.706177Z",
    "action": 7,
    "target": "Lascia lo schermo acceso quando \"%s\" è abilitato",
    "old": "Lascia lo schermo acceso quando \"%s\" u abilitato",
    "details": {
        "state": 20,
        "source": "Keep the screen on when \"%s\" is enabled",
        "old_state": 20
    },
    "id": 16751,
    "action_name": "Suggestion accepted",
    "url": "https://weblate.rikka.app/api/changes/16751/?format=api"
}