Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/238989/?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:08:35+01:00",
    "action": 2,
    "target": "Endlich haben wir genug zu essen und wieder einen Ort zum Leben. Mein Zelt ist nicht sehr komfortabel, aber es hält mich trocken und ich habe in der Nacht das Gefühl, ein Dach über dem Kopf zu haben.",
    "id": 5031536,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/5031536/?format=api"
}