Difference between revisions of "Public APIs"

From AllStarLink Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
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 [mailto:developers@allstarlink.org developers@allstarlink.org].
+
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 [mailto:developers@allstarlink.org helpdesk@allstarlink.org].
  
 
By using this data for public consumption you agree to credit AllStarLink© on your website or published documentation.  
 
By using this data for public consumption you agree to credit AllStarLink© on your website or published documentation.  
Line 12: Line 12:
  
  
== IP lookup ==
+
== IP Lookup ==
Example for node 2530
+
Examples for node 2000.
 
<pre>
 
<pre>
nslookup 2530.nodes.allstarlink.org
+
nslookup 2000.nodes.allstarlink.org
dig txt 2530.nodes.allstarlink.org
+
nslookup -query=A 2000.nodes.allstarlink.org #IPV4 only
dig txt 2530.nodes.allstarlink.org
+
dig 2000.nodes.allstarlink.org
 +
dig txt 2000.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]]

Latest revision as of 15:45, 12 January 2024

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 helpdesk@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 2000.

nslookup 2000.nodes.allstarlink.org
nslookup -query=A 2000.nodes.allstarlink.org #IPV4 only
dig 2000.nodes.allstarlink.org
dig txt 2000.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.