Varnish
tcp/80
Open service 2620:0:890::100:80 · api.nyor.fun
2026-02-06 16:45
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 0 Server: Varnish Retry-After: 0 Location: https://api.nyor.fun/ Accept-Ranges: bytes Date: Fri, 06 Feb 2026 16:46:00 GMT X-Served-By: cache-lga21938-LGA X-Cache: HIT X-Cache-Hits: 0 X-Timer: S1770396361.995778,VS0,VE0 alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
Open service 199.36.158.100:443 · api.nyor.fun
2026-02-05 01:57
HTTP/1.1 200 OK
Connection: close
Cache-Control: no-cache, no-transform
Content-Type: text/html; charset=utf-8
Etag: "72ddeed328a7cf1b7fb1bcd953aa7626d09a85af9894a6ed906b47651f527d73"
Last-Modified: Tue, 03 Feb 2026 16:09:57 GMT
Strict-Transport-Security: max-age=31556926
Accept-Ranges: bytes
Date: Thu, 05 Feb 2026 01:57:27 GMT
X-Served-By: cache-fra-eddf8230158-FRA
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1770256647.956801,VS0,VE68
Vary: x-fh-requested-host, accept-encoding
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
transfer-encoding: chunked
Page title: Nyor API
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nyor API</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family:
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
Cantarell, sans-serif;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.container {
background: white;
border-radius: 20px;
padding: 60px 40px;
max-width: 600px;
width: 100%;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
text-align: center;
}
h1 {
font-size: 2.5rem;
color: #333;
margin-bottom: 20px;
}
.emoji {
font-size: 4rem;
margin-bottom: 20px;
}
p {
color: #666;
font-size: 1.1rem;
line-height: 1.6;
margin-bottom: 30px;
}
.cta {
display: inline-block;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 15px 40px;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
font-size: 1rem;
transition:
transform 0.2s,
box-shadow 0.2s;
}
.cta:hover {
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}
.endpoints {
margin-top: 40px;
text-align: left;
background: #f8f9fa;
padding: 20px;
border-radius: 10px;
}
.endpoints h3 {
color: #333;
margin-bottom: 15px;
font-size: 1.2rem;
}
.endpoint {
font-family: 'Courier New', monospace;
background: white;
padding: 10px;
border-radius: 5px;
margin-bottom: 10px;
color: #667eea;
font-size: 0.9rem;
}
</style>
</head>
<body>
<div class="container">
<div class="emoji">🚀</div>
<h1>Nyor API</h1>
<p>
Welcome to the Nyor External API. This API provides programmatic access
to our chat services.
</p>
<a href="https://docs.nyor.fun" class="cta">View Documentation</a>
<div class="endpoints">
<h3>Available Endpoints:</h3>
<div class="endpoint">POST /ask</div>
<div class="endpoint">POST /ask/stream</div>
<div class="endpoint">GET /health</div>
</div>
</div>
</body>
</html>