Difference between revisions of "Public APIs"

From AllStarLink Wiki
Jump to navigation Jump to search
Line 13: Line 13:
  
 
== IP lookup ==
 
== IP lookup ==
Examples for node 2530
+
Examples for node 2530.
 
<pre>
 
<pre>
 
nslookup 2530.nodes.allstarlink.org
 
nslookup 2530.nodes.allstarlink.org
Line 19: Line 19:
 
dig txt 2530.nodes.allstarlink.org
 
dig txt 2530.nodes.allstarlink.org
 
</pre>
 
</pre>
 +
 +
Nodes must be registered with register.allstarlink.org to provide IP address information.
 +
 +
Nodes must be reporting to stats.allstarlink.org to provide status information.
  
 
[[Category: Infrastructure]]
 
[[Category: Infrastructure]]
 
[[Category: Development]]
 
[[Category: Development]]

Revision as of 19:31, 14 January 2022

This is a list of our APIs for users to retrieve node information, stats, and other live data from AllStarLink. If you wish to inquire about these, please contact developers@allstarlink.org.

By using this data for public consumption you agree to credit AllStarLink© on your website or published documentation.

APIs


IP lookup

Examples for node 2530.

nslookup 2530.nodes.allstarlink.org
dig 2530.nodes.allstarlink.org
dig txt 2530.nodes.allstarlink.org

Nodes must be registered with register.allstarlink.org to provide IP address information.

Nodes must be reporting to stats.allstarlink.org to provide status information.