Changes API.

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

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

{
    "unit": null,
    "component": "https://weblate.osgeo.org/api/components/grass-gis/grassmods/?format=api",
    "translation": null,
    "user": "https://weblate.osgeo.org/api/users/hcho/?format=api",
    "author": "https://weblate.osgeo.org/api/users/hcho/?format=api",
    "timestamp": "2022-03-18T05:38:15.090783Z",
    "action": 51,
    "target": "",
    "id": 75445,
    "action_name": "Component created",
    "url": "https://weblate.osgeo.org/api/changes/75445/?format=api"
}