Changes API

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

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

{
    "unit": "https://weblate.alelec.net/api/units/1/?format=api",
    "component": "https://weblate.alelec.net/api/components/navdy/alelec_navdy_client/?format=api",
    "translation": "https://weblate.alelec.net/api/translations/navdy/alelec_navdy_client/de/?format=api",
    "dictionary": null,
    "user": null,
    "author": null,
    "timestamp": "2019-08-25T22:08:16.199769Z",
    "action": 13,
    "target": "",
    "id": 4,
    "action_name": "New source string",
    "url": "https://weblate.alelec.net/api/changes/4/?format=api"
}