Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/238993/?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": "2019-11-24T06:09:14+01:00",
    "action": 2,
    "target": "Unserer Stadt geht es gut, sie hat mittlerweile über 250 Einwohner. Ich habe begonnen, mich an mein neues Zuhause zu gewöhnen, aber diese Insel ist zu klein, um hier für immer zu bleiben.",
    "id": 5031539,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/5031539/?format=api"
}