Changes API

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

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

{
    "unit": "https://weblate.alelec.net/api/units/2/?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": 2,
    "author": 2,
    "timestamp": "2019-08-26T01:45:27.746785Z",
    "action": 45,
    "target": "",
    "id": 35,
    "action_name": "New contributor",
    "url": "https://weblate.alelec.net/api/changes/35/?format=api"
}