Changes API.

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

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

{
    "unit": null,
    "component": "https://hosted.weblate.org/api/components/diet-diary/strings/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2016-08-05T14:34:46+02:00",
    "action": 20,
    "target": "",
    "id": 1206007,
    "action_name": "Repository merged",
    "url": "https://hosted.weblate.org/api/changes/1206007/?format=api"
}