Changes API.

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

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

{
    "unit": null,
    "component": "https://hosted.weblate.org/api/components/sdaps/sdaps-class/?format=api",
    "translation": null,
    "user": "https://hosted.weblate.org/api/users/benzea/?format=api",
    "author": "https://hosted.weblate.org/api/users/benzea/?format=api",
    "timestamp": "2023-02-22T21:45:30.377144+01:00",
    "action": 51,
    "target": "",
    "old": "",
    "details": {},
    "id": 50029853,
    "action_name": "Component created",
    "url": "https://hosted.weblate.org/api/changes/50029853/?format=api"
}