Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/561696/?format=api",
    "component": "https://weblate.osgeo.org/api/components/grass-gis/grasswxpy/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/grass-gis/grasswxpy/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-03-18T05:40:10.667539Z",
    "action": 13,
    "target": "",
    "id": 100319,
    "action_name": "Source string added",
    "url": "https://weblate.osgeo.org/api/changes/100319/?format=api"
}