Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/21797496/?format=api",
    "component": "https://hosted.weblate.org/api/components/unipatcher/metadata/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/unipatcher/metadata/ru/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2020-10-08T20:55:39.850956+02:00",
    "action": 30,
    "target": "- File operations are performed in an open application, and not in a background service as before.\n- Completed work is notified as a pop-up message, not in the notification area.\n- Added Turkish language (thanks to Oğuz Ersen)\n- Translations are now managed on https://hosted.weblate.org/projects/unipatcher/",
    "id": 7741925,
    "action_name": "Source string changed",
    "url": "https://hosted.weblate.org/api/changes/7741925/?format=api"
}