Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/561720/?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.753881Z",
    "action": 13,
    "target": "",
    "id": 100331,
    "action_name": "Source string added",
    "url": "https://weblate.osgeo.org/api/changes/100331/?format=api"
}