2025-06-16 17:57:51 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2025-06-16 20:01:25 +01:00
|
|
|
<title>Crafty McStatusFace</title>
|
2025-06-16 17:57:51 +01:00
|
|
|
<link href="style/index.css" rel="stylesheet">
|
2025-06-16 20:01:25 +01:00
|
|
|
|
|
|
|
<meta name="description" content="Query Minecraft servers!">
|
|
|
|
|
|
|
|
<meta property="og:title" content="Crafty McStatusFace">
|
|
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta property="og:url" content="https://{{host}}">
|
|
|
|
<meta property="og:site_name" content="Crafty McStatusFace">
|
|
|
|
<meta property="og:description" content="Query Minecraft servers!">
|
2025-06-16 17:57:51 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<h1><a href="/">Crafty McStatusFace</a></h1>
|
|
|
|
</header>
|
|
|
|
<hr/>
|
|
|
|
<main>
|
|
|
|
<p>
|
|
|
|
You can use this website to retrieve query information from a Minecraft server!
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
For more information, see <a href="https://minecraft.wiki/w/Query">https://minecraft.wiki/w/Query</a>.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<form action="/" method="GET">
|
|
|
|
<label for="s">Server Address</label>
|
|
|
|
<input type="text" name="s" value="" placeholder="e.g. mc.bliss.town or 104.17.17.42">
|
|
|
|
<br/>
|
|
|
|
<button type="submit">Check Status</button>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Alternatively, you can cURL this website to get a raw JSON response:
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<pre><code>curl 'https://{{host}}?s=<server address>'</code></pre>
|
|
|
|
|
|
|
|
{{response}}
|
|
|
|
</main>
|
|
|
|
<hr/>
|
|
|
|
<footer>
|
|
|
|
<em>made with <span aria-label="love">♥</span> by ari, 2025. <a href="https://git.arimelody.me/ari/mcstatusface" target="_blank">source</a></em>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|