Changes API.

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

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

{
    "unit": null,
    "component": "https://weblate.immersivetranslate.com/api/components/immersive-translate/extension/?format=api",
    "translation": null,
    "user": "https://weblate.immersivetranslate.com/api/users/theowenyoung/?format=api",
    "author": "https://weblate.immersivetranslate.com/api/users/theowenyoung/?format=api",
    "timestamp": "2024-06-18T14:56:29.213364Z",
    "action": 51,
    "target": "",
    "id": 2,
    "action_name": "Component created",
    "url": "https://weblate.immersivetranslate.com/api/changes/2/?format=api"
}