Changes API.

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

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

{
    "unit": "http://translate.pretalx.com/api/units/22155/?format=api",
    "component": "http://translate.pretalx.com/api/components/pretalx/pretalx/?format=api",
    "translation": "http://translate.pretalx.com/api/translations/pretalx/pretalx/ca/?format=api",
    "user": "http://translate.pretalx.com/api/users/vfc/?format=api",
    "author": "http://translate.pretalx.com/api/users/vfc/?format=api",
    "timestamp": "2022-05-07T08:08:00.846898Z",
    "action": 2,
    "target": "Moltes gràcies per la vostra aportació!",
    "id": 12229,
    "action_name": "Translation changed",
    "url": "http://translate.pretalx.com/api/changes/12229/?format=api"
}