Changes API.

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

GET /api/changes/7749512/?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": "https://hosted.weblate.org/api/users/btimofeev/?format=api",
    "author": "https://hosted.weblate.org/api/users/btimofeev/?format=api",
    "timestamp": "2020-10-09T12:40:23.076782+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/engage/unipatcher/",
    "id": 7749512,
    "action_name": "Source string changed",
    "url": "https://hosted.weblate.org/api/changes/7749512/?format=api"
}