Changes API.

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

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

{
    "unit": "https://translate.yunohost.org/api/units/149186/?format=api",
    "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/pyinventory/?format=api",
    "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/pyinventory/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-04-03T22:15:41.426749Z",
    "action": 71,
    "target": "usage: ./dev-cli.py [-h]\n                    {check-code-style,coverage,fix-code-style,install,mypy,nox,pip-audit,publish,test,update,update-te\nst-snapshot-files,version}\n\n\n\n╭─ options ──────────────────────────────────────────────────────────────────────────────────────────────────────────╮\n│ -h, --help        show this help message and exit                                                                  │\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯\n╭─ subcommands ──────────────────────────────────────────────────────────────────────────────────────────────────────╮\n│ {check-code-style,coverage,fix-code-style,install,mypy,nox,pip-audit,publish,test,update,update-test-snapshot-file │\n│ s,version}                                                                                                         │\n│     check-code-style                                                                                               │\n│                   Check code style by calling darker + flake8                                                      │\n│     coverage      Run tests and show coverage report.                                                              │\n│     fix-code-style                                                                                                 │\n│                   Fix code style of all pyinventory_ynh source code files via darker                               │\n│     install       Install requirements and 'pyinventory_ynh' via pip as editable.                                  │\n│     mypy          Run Mypy (configured in pyproject.toml)                                                          │\n│     nox           Run nox                                                                                          │\n│     pip-audit     Run pip-audit check against current requirements files                                           │\n│     publish       Build and upload this project to PyPi                                                            │\n│     test          Run unittests                                                                                    │\n│     update        Update \"requirements*.txt\" dependencies files                                                    │\n│     update-test-snapshot-files                                                                                     │\n│                   Update all test snapshot files (by remove and recreate all snapshot files)                       │\n│     version       Print version and exit                                                                           │\n╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯\n",
    "id": 225071,
    "action_name": "String added in the repository",
    "url": "https://translate.yunohost.org/api/changes/225071/?format=api"
}