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.
Current Nodes online
{{ nodes }}
You can see them in Yggdrasil Interactive World map
Arceliar's map can be found here: [⇗] [DNS]
Make an API request
note: data is updated hourly (due to network growth and instabillity), all requests are returned in JSON.
Get a current list of active and online nodes:
http://[316:c51a:62a3:8b9::2]/current
[⇗] [DNS]
Nodeinfo from all current active nodes:
http://[316:c51a:62a3:8b9::2]/nodeinfo
[⇗] [DNS]
Active nodes count for last 24 hours:
http://[316:c51a:62a3:8b9::2]/nodes24h
[⇗] [DNS]
Active nodes count for last 30 days:
http://[316:c51a:62a3:8b9::2]/nodes30d
[⇗] [DNS]
Get latest crawler data
You can download data in raw json provided by
yggcrawl:
http://[31a:fb8a:c43e:ca59::2]/result.json
[⇗] [DNS]
Made with fork of Niflheim-API by yakamok