Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/29152027/?format=api",
    "component": "https://hosted.weblate.org/api/components/hellosystem/utilities/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/hellosystem/utilities/en/?format=api",
    "user": "https://hosted.weblate.org/api/users/probonopd/?format=api",
    "author": null,
    "timestamp": "2021-02-14T11:31:02.327026+01:00",
    "action": 13,
    "target": "",
    "old": "",
    "details": {},
    "id": 9392420,
    "action_name": "Source string added",
    "url": "https://hosted.weblate.org/api/changes/9392420/?format=api"
}