Changes API.

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

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

{
    "unit": "https://weblate.tusky.app/api/units/72552/?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": "2022-07-05T16:31:13.619409Z",
    "action": 59,
    "target": "Tusky 19.0\n\n- Support for Unified Push. To activate the support you will have to relogin into your accounts.\n- The number of responses to a post is now indicated in timelines.\n- Images can now by cropped while composing a post.\n- Profiles now show the date when they were created.\n- When viewing a list the title is now displayed in the toolbar.\n- A lot of bugfixes\n- Translation improvements",
    "id": 86879,
    "action_name": "String updated in the repository",
    "url": "https://weblate.tusky.app/api/changes/86879/?format=api"
}