Changes API.

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

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

{
    "unit": "https://translate.yunohost.org/api/units/149248/?format=api",
    "component": "https://translate.yunohost.org/api/components/yunohost-apps-test/django-fmd/?format=api",
    "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/django-fmd/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-04-03T22:15:45.360305Z",
    "action": 71,
    "target": "Usage: ./dev-cli.py [OPTIONS] COMMAND [ARGS]...\n\n╭─ Options ────────────────────────────────────────────────────────────────────────────────────────╮\n│ --help      Show this message and exit.                                                          │\n╰──────────────────────────────────────────────────────────────────────────────────────────────────╯\n╭─ Commands ───────────────────────────────────────────────────────────────────────────────────────╮\n│ check-code-style            Check code style by calling darker + flake8                          │\n│ coverage                    Run tests and show coverage report.                                  │\n│ diffsettings                Run \"diffsettings\" manage command against a \"local_test\" YunoHost    │\n│                             installation.                                                        │\n│ fix-code-style              Fix code style of all your_cool_package source code files via darker │\n│ install                     Run pip-sync and install 'django_fmd_ynh' via pip as editable.       │\n│ local-test                  Build a \"local_test\" YunoHost installation and start the Django dev. │\n│                             server against it.                                                   │\n│ mypy                        Run Mypy (configured in pyproject.toml)                              │\n│ pip-audit                   Run pip-audit check against current requirements files               │\n│ publish                     Build and upload this project to PyPi                                │\n│ test                        Compile YunoHost files and run Django unittests                      │\n│ tox                         Run tox                                                              │\n│ update                      Update \"requirements*.txt\" dependencies files                        │\n│ update-test-snapshot-files  Update all test snapshot files (by remove and recreate all snapshot  │\n│                             files)                                                               │\n│ version                     Print version and exit                                               │\n╰──────────────────────────────────────────────────────────────────────────────────────────────────╯\n",
    "id": 225145,
    "action_name": "String added in the repository",
    "url": "https://translate.yunohost.org/api/changes/225145/?format=api"
}