Changes API.

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

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

{
    "unit": null,
    "component": "https://hosted.weblate.org/api/components/hellosystem/utilities/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2023-03-25T05:48:39.708748+01:00",
    "action": 53,
    "target": "",
    "old": "",
    "details": {
        "repos": [
            "git://github.com/helloSystem/Utilities",
            "git://github.com/helloSystem/Utilities.git",
            "git@github.com:helloSystem/Utilities",
            "git@github.com:helloSystem/Utilities.git",
            "https://github.com/helloSystem/Utilities",
            "https://github.com/helloSystem/Utilities.git"
        ],
        "branch": "master",
        "repo_url": "https://github.com/helloSystem/Utilities",
        "full_name": "helloSystem/Utilities",
        "service_long_name": "GitHub"
    },
    "id": 52191193,
    "action_name": "Repository notification received",
    "url": "https://hosted.weblate.org/api/changes/52191193/?format=api"
}