Reverse proxy for DuckDuckGo's no-JS HTML search endpoint.
POST / — DDG-compatible form body passthrough. Returns raw HTML.GET /search?q=hello&n=10®ion=us-en&safesearch=MODERATE — JSON results.GET /healthz — quick liveness check.curl 'https://duckduck.990415.xyz/search?q=python+tutorial&n=5' curl -X POST https://duckduck.990415.xyz/ \ -d 'q=python tutorial&kl=us-en&kp=-2&b=' \ -H 'Content-Type: application/x-www-form-urlencoded'
us-en, cn-zh, jp-ja, wt-wt, etc.STRICT (-2), MODERATE (-1), OFF (-0).