Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/110757636/?format=api",
    "component": "https://hosted.weblate.org/api/components/phpmyadmin/master/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/master/ar_LY/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-12-10T01:21:00.031581+01:00",
    "action": 30,
    "target": "Cannot rename database to the same name. Change the name and try again.",
    "id": 73649441,
    "action_name": "Source string changed",
    "url": "https://hosted.weblate.org/api/changes/73649441/?format=api"
}