Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/19818522/?format=api",
    "component": "https://hosted.weblate.org/api/components/onionshare/translations/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/onionshare/translations/id/?format=api",
    "user": "https://hosted.weblate.org/api/users/emmapeel/?format=api",
    "author": "https://hosted.weblate.org/api/users/emmapeel/?format=api",
    "timestamp": "2022-11-23T10:56:17.070994+01:00",
    "action": 2,
    "target": "Terhenti karena transfer telah tuntas",
    "old": "Terhenti karena transfer telah tuntas",
    "details": {
        "state": 20,
        "source": "Stopped because the transfer is complete",
        "old_state": 10
    },
    "id": 39741244,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/39741244/?format=api"
}