Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/116468375/?format=api",
    "component": "https://hosted.weblate.org/api/components/debian-edu-documentation/debian-edu-bullseye/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/debian-edu-documentation/debian-edu-bullseye/de/?format=api",
    "user": "https://hosted.weblate.org/api/users/schweer-guest/?format=api",
    "author": "https://hosted.weblate.org/api/users/schweer-guest/?format=api",
    "timestamp": "2024-03-01T11:48:46.234525+01:00",
    "action": 2,
    "target": "de",
    "old": "en",
    "details": {
        "state": 20,
        "source": "en",
        "old_state": 20
    },
    "id": 82627384,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/82627384/?format=api"
}