Changes API.

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

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

{
    "unit": "http://localization.appnomi.com/api/units/30049/?format=api",
    "component": "http://localization.appnomi.com/api/components/shopiroller/ios/?format=api",
    "translation": "http://localization.appnomi.com/api/translations/shopiroller/ios/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-12-07T12:22:32.059434Z",
    "action": 59,
    "target": "There are no products in this store yet. But something will happen here soon.",
    "id": 30563,
    "action_name": "String updated in the repository",
    "url": "http://localization.appnomi.com/api/changes/30563/?format=api"
}