Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/5526746/?format=api",
    "component": "https://hosted.weblate.org/api/components/world-weather/strings/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/world-weather/strings/de/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2020-07-26T11:11:16.989552+02:00",
    "action": 30,
    "target": "16 day\nforecast",
    "id": 6837837,
    "action_name": "Source string changed",
    "url": "https://hosted.weblate.org/api/changes/6837837/?format=api"
}