Changes API.

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

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

{
    "unit": null,
    "component": "https://hosted.weblate.org/api/components/fyne/fyneterm/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2023-07-05T23:37:34.894095+02:00",
    "action": 53,
    "target": "",
    "old": "",
    "details": {
        "repos": [
            "git://github.com/fyne-io/terminal",
            "git://github.com/fyne-io/terminal.git",
            "git@github.com:fyne-io/terminal",
            "git@github.com:fyne-io/terminal.git",
            "https://github.com/fyne-io/terminal",
            "https://github.com/fyne-io/terminal.git"
        ],
        "branch": "master",
        "repo_url": "https://github.com/fyne-io/terminal",
        "full_name": "fyne-io/terminal",
        "service_long_name": "GitHub"
    },
    "id": 60836154,
    "action_name": "Repository notification received",
    "url": "https://hosted.weblate.org/api/changes/60836154/?format=api"
}