Yggdrasil Network API
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 [⇗] [DNS]


Make an API request
note: data updated every 15 minutes, all requests are returned in JSON.

Get a current list of active and online nodes:
http://[31a:fb8a:c43e:ca59::2]/current [⇗] [DNS]
Nodeinfo from all current active nodes:
http://[31a:fb8a:c43e:ca59::2]/nodeinfo [⇗] [DNS]
Active nodes count for last 24 hours:
http://[31a:fb8a:c43e:ca59::2]/nodes24h [⇗] [DNS]
Get latest crawler data
You can download data in raw json provided by yggcrawl: result.json [⇗] [DNS]

Made with fork of Niflheim-API by yakamok