Vercel + FastAPI : Nabla - Prod

App version : v0+unknown

from fastapi import FastAPI

app = FastAPI()

@app.get("/")
def read_root():
    return {"Python": "on Vercel"}

Service health

Live view of /healthz.

Loading health checks…

Unreachable targets

Live view of /sickz.

These URLs must not respond when this app runs outside your home LAN. Probes are skipped when SICKZ_INTERNAL_NETWORK=true, or implicitly when SICKZ_NETWORK_LABEL=nabla or APP_DOMAIN=albandrieu.albandrieu.com (unless a cloud/PaaS runtime is detected). SICKZ_NETWORK_LABEL / APP_DOMAIN also name the network in messages. Separate equivalent URLs with |; separate unrelated targets with commas. Probes use TLS verify off so certificate issues do not hide reachability.

Loading sickz checks…

Interactive API Docs

Explore this API's endpoints with the interactive Swagger UI. Test requests and view response schemas in real-time.

Open Swagger UI →

Sample Data

Access sample JSON data through our REST API. Perfect for testing and development purposes.

Get Data →