Changes API.

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

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

{
    "unit": "https://weblate.immersivetranslate.com/api/units/54968/?format=api",
    "component": "https://weblate.immersivetranslate.com/api/components/immersive-translate/extension/?format=api",
    "translation": "https://weblate.immersivetranslate.com/api/translations/immersive-translate/extension/aeb/?format=api",
    "user": "https://weblate.immersivetranslate.com/api/users/samavar90/?format=api",
    "author": "https://weblate.immersivetranslate.com/api/users/samavar90/?format=api",
    "timestamp": "2025-08-12T15:44:48.326819Z",
    "action": 30,
    "target": "A translation request sent to {service} as a system, where {{text}} represents the content of the paragraph to be translated, {{from}} represents the source language, and {{to}} represents the target language. If the page title is available, {{title_prompt}} will contain the page title; if the page context is available, {{summary_prompt}} will contain a summary of the page context, and {{terms_prompt}} will contain the relevant terminology.",
    "id": 100280,
    "action_name": "Source string changed",
    "url": "https://weblate.immersivetranslate.com/api/changes/100280/?format=api"
}