Changes API

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

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

{
    "unit": "https://weblate.appinventor.mit.edu/api/units/7520/?format=api",
    "component": "https://weblate.appinventor.mit.edu/api/components/appinventor/odemessages/?format=api",
    "translation": "https://weblate.appinventor.mit.edu/api/translations/appinventor/odemessages/de/?format=api",
    "dictionary": null,
    "user": null,
    "author": null,
    "timestamp": "2019-12-09T21:50:03.502939Z",
    "action": 13,
    "target": "",
    "id": 4534,
    "action_name": "New source string",
    "url": "https://weblate.appinventor.mit.edu/api/changes/4534/?format=api"
}