Changes API.

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

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

{
    "unit": "https://weblate.tusky.app/api/units/83068/?format=api",
    "component": "https://weblate.tusky.app/api/components/tusky/tusky-app/?format=api",
    "translation": "https://weblate.tusky.app/api/translations/tusky/tusky-app/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-07-10T17:41:02.069497Z",
    "action": 59,
    "target": "Tusky 23.0\n\nNew features:\n\n- New preference to scale UI text\n\nFixes:\n\n- Save account information correctly\n- \"pull\" notifications on devices running Android versions <= 11\n- Android bug where text fields could \"forget\" they can copy/paste\n- Viewing changes in edit history will not extend off screen edge\n- Don't crash if your server has no post edit history\n- Show non-square emoji correctly\n- Potential crash when editing profile fields",
    "id": 133633,
    "action_name": "String updated in the repository",
    "url": "https://weblate.tusky.app/api/changes/133633/?format=api"
}