Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/333231/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/tutorial/fi/?format=api",
    "user": "https://hosted.weblate.org/api/users/alluk./?format=api",
    "author": "https://hosted.weblate.org/api/users/alluk./?format=api",
    "timestamp": "2014-07-31T13:25:59+02:00",
    "action": 2,
    "target": "Tehtävä: Osta niin monta työkalua, että niitä on varastossa vähintään 30!",
    "id": 52245,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/52245/?format=api"
}