Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/236954/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/tutorial/pl/?format=api",
    "user": "https://hosted.weblate.org/api/users/nijel/?format=api",
    "author": "https://hosted.weblate.org/api/users/nijel/?format=api",
    "timestamp": "2013-05-22T10:00:28+02:00",
    "action": 2,
    "target": "Ponieważ osadnicy konsumują wszystkie dobra, które produkujesz, mogą nie wydawać się zbyt przydatni - pamiętaj, że płacone przez nich podatnki to obecnie jedyny sposób zdobywania pieniędzy!",
    "id": 7095,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/7095/?format=api"
}