Changes API.

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

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

{
    "unit": "https://translate.funkwhale.audio/api/units/372773/?format=api",
    "component": "https://translate.funkwhale.audio/api/components/documentation/developer-architecture/?format=api",
    "translation": "https://translate.funkwhale.audio/api/translations/documentation/developer-architecture/en_devel/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-03-25T08:06:52.075783Z",
    "action": 59,
    "target": "The Funkwhale web app is a {abbr}`SPA (Single Page Application)` written in [Vue.js](https://vuejs.org) and [Typescript](https://typescriptlang.org). This is the application most people associate with Funkwhale. Server admins usually run an instance of the web app alongside their Funkwhale {term}`pod`, but you can also connect a standalone web app to another pod.",
    "id": 341643,
    "action_name": "String updated in the repository",
    "url": "https://translate.funkwhale.audio/api/changes/341643/?format=api"
}