curl -s http://localhost:8080/api/rawdata | jq

Category: Web Servers & Proxies

curl -s http://localhost:8080/api/rawdata | jq

Dump Traefik's full routing configuration as JSON

The dashboard API on port 8080 serves /api/rawdata, a snapshot of all routers, services, and middlewares Traefik currently knows. Requires api.insecure=true (or a secured API entrypoint) in the static config. jq pretty-prints the JSON so you can explore it.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.