Public APIs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
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. | ||
== APIs == | |||
* http://stats.allstarlink.org/api/stats/mapData | * http://stats.allstarlink.org/api/stats/mapData | ||
* https://stats.allstarlink.org/api/stats/ All reporting nodes. Rate limited to 30 requests per minute. | * https://stats.allstarlink.org/api/stats/ All reporting nodes. Rate limited to 30 requests per minute. | ||
Line 10: | Line 11: | ||
* https://allstarlink.org/cgi-bin/allmondb.pl For Allmon2 and Supermon. Please fetch no more than once a day. | * https://allstarlink.org/cgi-bin/allmondb.pl For Allmon2 and Supermon. Please fetch no more than once a day. | ||
== IP lookup == | |||
Example for node 2530 | |||
<pre> | |||
nslookup 2530.nodes.allstarlink.org | |||
dig txt 2530.nodes.allstarlink.org | |||
dig txt 2530.nodes.allstarlink.org | |||
</pre> | |||
[[Category: Infrastructure]] | [[Category: Infrastructure]] | ||
[[Category: Development]] | [[Category: Development]] |
Revision as of 19:27, 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
- http://stats.allstarlink.org/api/stats/mapData
- https://stats.allstarlink.org/api/stats/ All reporting nodes. Rate limited to 30 requests per minute.
- https://stats.allstarlink.org/api/stats/2530 Individual reporting node. Rate limited to 30 requests per minute.
- https://nodes1.allstarlink.org/cgi-bin/nodes.pl All Registered nodes.
- https://allstarlink.org/cgi-bin/allmondb.pl For Allmon2 and Supermon. Please fetch no more than once a day.
IP lookup
Example for node 2530
nslookup 2530.nodes.allstarlink.org dig txt 2530.nodes.allstarlink.org dig txt 2530.nodes.allstarlink.org