Changes API.

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

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

{
    "unit": "http://translate.beamng.com/api/units/178473/?format=api",
    "component": "http://translate.beamng.com/api/components/beamngdrive/glossary/?format=api",
    "translation": "http://translate.beamng.com/api/translations/beamngdrive/glossary/zh_Hans/?format=api",
    "user": "http://translate.beamng.com/api/users/yhw/?format=api",
    "author": null,
    "timestamp": "2018-05-04T08:14:55Z",
    "action": 5,
    "target": "自定义",
    "id": 100872,
    "action_name": "Translation added",
    "url": "http://translate.beamng.com/api/changes/100872/?format=api"
}