API Endpoint for scores

Is there an API endpoint where I can retrieve a server’s current score?

Not an API directly but you can add /log?limit=200&monitor=* behind every score url.
ex: https://www.ntppool.org/scores/144.91.116.85/log?limit=200&monitor=*

Building on what @apuls said, there’s also a JSON version of the log, and you can specify which monitors you want results for. The overall score is a “monitor” in the system (it used to be id=0), so this URL gives the most recent score from the “recentmedian” scorer (the active one):

https://www.ntppool.org/scores/144.91.116.85/json?limit=1&monitor=24

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.