Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/4110028/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/tutorial/nl/?format=api",
    "user": "https://hosted.weblate.org/api/users/Biep/?format=api",
    "author": "https://hosted.weblate.org/api/users/Biep/?format=api",
    "timestamp": "2019-09-30T22:22:56+02:00",
    "action": 2,
    "target": "Ze hebben dus een pad van hun huis naar het marktplein nodig.  Doordat het marktplein ook als pad fungeert hebben aanpalende tenten geen apart pad nodig.",
    "old": "Dit betekend dat ze een pad nodig hebben van hun huis naar het marktplein. Weet dat het marktplein ook fungeert als pad, waardoor aangrenzende tenten geen apart pad nodig zijn.",
    "details": {},
    "id": 4739452,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/4739452/?format=api"
}