Changes API.

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

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

{
    "unit": "https://weblate.vivid-inc.net/api/units/5623/?format=api",
    "component": "https://weblate.vivid-inc.net/api/components/neon/vivid-id/?format=api",
    "translation": "https://weblate.vivid-inc.net/api/translations/neon/vivid-id/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-01-20T09:33:17.651933Z",
    "action": 59,
    "target": "An email with a verification link has been sent to you. Please check your inbox and follow the link to complete this step.",
    "id": 25492,
    "action_name": "String updated in the repository",
    "url": "https://weblate.vivid-inc.net/api/changes/25492/?format=api"
}