mirror of
https://github.com/r4sas/Niflheim-api
synced 2025-01-30 16:44:30 +00:00
42 lines
1.8 KiB
HTML
42 lines
1.8 KiB
HTML
<!doctype html>
|
|
<title>API</title>
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css')}}"/>
|
|
<html>
|
|
<body>
|
|
<div id="wrapper">
|
|
<div id="title">
|
|
<a href='/'>Yggdrasil Network API</a>
|
|
</div>
|
|
This API provides collected DHT views from different nodes around the network in an effort to let yggdrasil developers and others research the networks growth.<br /><br />
|
|
|
|
<div class="wide"></div>
|
|
<center>
|
|
<strong>Current Nodes online<br />
|
|
<font size="18">{{ nodes }}</font></strong>
|
|
</center>
|
|
<br /><br />
|
|
<a href="http://[21f:dd73:7cdb:773b:a924:7ec0:800b:221e]/">Yggdrasil Interactive World map</a><br /><br />
|
|
|
|
<div class="wide"></div>
|
|
<strong>Make an API request</strong><br />
|
|
<small>note: data updated every 15 minutes, all requests are returned in JSON.</small><br /><br />
|
|
|
|
Get a current list of active and online nodes:<br />
|
|
<div class="apireq">
|
|
http://[31a:fb8a:c43e:ca59::2]/current <sup><a href="/current" target="_blank">⇗</a></sup>
|
|
</div>
|
|
Nodeinfo from all current active nodes:<br />
|
|
<div class="apireq">
|
|
http://[31a:fb8a:c43e:ca59::2]/nodeinfo <sup><a href="/nodeinfo" target="_blank">⇗</a></sup>
|
|
</div>
|
|
Active nodes count for last 24 hours:<br />
|
|
<div class="apireq">
|
|
http://[31a:fb8a:c43e:ca59::2]/nodes24h <sup><a href="/nodes24h" target="_blank">⇗</a></sup>
|
|
</div>
|
|
|
|
<div class="wide"></div>
|
|
<small>Made with <a href="https://github.com/yakamok/Niflheim-api">Niflheim-API</a> by yakamok</small>
|
|
</div>
|
|
</body>
|
|
</html>
|