Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/28843792/?format=api",
    "component": "https://hosted.weblate.org/api/components/phpmyadmin/glossary/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/glossary/zh_Hant/?format=api",
    "user": "https://hosted.weblate.org/api/users/cwlin0416/?format=api",
    "author": null,
    "timestamp": "2015-05-26T07:40:25+02:00",
    "action": 2,
    "target": "程序",
    "id": 301404,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/301404/?format=api"
}