Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/266380/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/the-unknown/de/?format=api",
    "user": "https://hosted.weblate.org/api/users/Wuzzy/?format=api",
    "author": "https://hosted.weblate.org/api/users/Wuzzy/?format=api",
    "timestamp": "2015-01-22T13:31:19+01:00",
    "action": 2,
    "target": "Der Hafen ist gebaut und neue Hoffnung kommt auf. Trotzdem mache ich mir Sorgen über die nächsten Tage … Uns geht die Nahrung aus und es fehlt an Baumaterial.",
    "id": 180961,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/180961/?format=api"
}