Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/4302246/?format=api",
    "component": "https://hosted.weblate.org/api/components/world-weather/weather-conditions/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/world-weather/weather-conditions/ja/?format=api",
    "user": "https://hosted.weblate.org/api/users/naofum/?format=api",
    "author": "https://hosted.weblate.org/api/users/naofum/?format=api",
    "timestamp": "2016-10-22T06:50:35+02:00",
    "action": 5,
    "target": "霧(もやより濃い)",
    "id": 1381137,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/1381137/?format=api"
}