Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/9109296/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-docs-contributing/masterpagesgit/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-docs-contributing/masterpagesgit/pt_BR/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-11-29T22:05:20.428471Z",
    "action": 30,
    "target": "From a terminal, run `git clone -o upstream <GIT URL>`. For example `git clone -o upstream \\https://pagure.io/fedora-docs/quick-docs/`. **Note: do not forget `-o upstream`. That's really the essential \"trick\" of this workflow.**",
    "old": "From a terminal, run `git clone <GIT URL> -o upstream`. For example `git clone \\https://pagure.io/fedora-docs/quick-docs/ -o upstream`.",
    "details": {},
    "id": 3767657,
    "action_name": "Source string changed",
    "url": "https://translate.fedoraproject.org/api/changes/3767657/?format=api"
}