Changes API.

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

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

{
    "unit": null,
    "component": "http://translate.pretalx.com/api/components/pretalx/pretalx/?format=api",
    "translation": "http://translate.pretalx.com/api/translations/pretalx/pretalx/ru/?format=api",
    "user": "http://translate.pretalx.com/api/users/prodject/?format=api",
    "author": "http://translate.pretalx.com/api/users/prodject/?format=api",
    "timestamp": "2024-02-06T14:12:00.558062Z",
    "action": 48,
    "target": "",
    "id": 42466,
    "action_name": "Added new language",
    "url": "http://translate.pretalx.com/api/changes/42466/?format=api"
}