| Endpoint | Status | Response |
|---|
| / | 200 OK | {"status": "running", "python": "3.11.13", "platform": "Linux-5.14.0-570.62.1.el9_6.x86_64-x86_64-with-glibc2.34", "hostname": "fr-int-web2058.main-hosting.eu", "pid": 1773123, "cwd": "/home/u676232631/domains/wikidatatree.xyz/public_html/python_test_webapp", "timestamp": "2026-08-18T14:54:56.605561Z"} |
| /json | 200 OK | {"framework": "aiohttp", "status": "ok", "version": "3.11.13 (main, Jun 4 2025, 00:00:00) [GCC 12.2.1 20221121 (Red Hat 12.2.1-7)]", "path": "/json"} |
| /hello | 200 OK | Hello from Python on Hostinger!
|
| /health | 200 OK | {"health": "ok", "sqlite": "ok"} |
| /packages | 200 OK | {"installed_packages": ["requests", "jinja2", "lxml", "sqlalchemy", "pytest", "cryptography", "psutil", "aiohttp", "numpy"]} |