Changes API.

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

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

{
    "unit": "http://translate.mapotempo.com/api/units/2351/?format=api",
    "component": "http://translate.mapotempo.com/api/components/mapotempo-web/mapotempo-web/?format=api",
    "translation": "http://translate.mapotempo.com/api/translations/mapotempo-web/mapotempo-web/en/?format=api",
    "glossary_term": null,
    "user": null,
    "author": null,
    "timestamp": "2017-04-10T14:27:55.926421+02:00",
    "action": 13,
    "target": "",
    "id": 1421,
    "action_name": "New source string",
    "url": "http://translate.mapotempo.com/api/changes/1421/?format=api"
}