Changes API.

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

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

{
    "unit": "http://translate.beamng.com/api/units/1302/?format=api",
    "component": "http://translate.beamng.com/api/components/beamngdrive/game/?format=api",
    "translation": "http://translate.beamng.com/api/translations/beamngdrive/game/es/?format=api",
    "user": "http://translate.beamng.com/api/users/carlosair/?format=api",
    "author": "http://translate.beamng.com/api/users/carlosair/?format=api",
    "timestamp": "2016-09-03T15:08:34Z",
    "action": 5,
    "target": "Nuestra magnífica comunidad",
    "id": 1514,
    "action_name": "Translation added",
    "url": "http://translate.beamng.com/api/changes/1514/?format=api"
}