Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/255076/?format=api",
    "component": "https://hosted.weblate.org/api/components/sumwars/the_trader/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/sumwars/the_trader/de/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2015-06-26T21:05:53+02:00",
    "action": 4,
    "target": "",
    "id": 330250,
    "action_name": "Suggestion added",
    "url": "https://hosted.weblate.org/api/changes/330250/?format=api"
}