Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/236103/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/tutorial/ja/?format=api",
    "user": "https://hosted.weblate.org/api/users/yamanoue/?format=api",
    "author": "https://hosted.weblate.org/api/users/yamanoue/?format=api",
    "timestamp": "2014-08-20T01:12:55+02:00",
    "action": 5,
    "target": "羊毛生産ができるようになりましたので、この羊毛から布を生産するために機織り場が必要となります。",
    "id": 62313,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/62313/?format=api"
}