/The primary endpoint can serve data in multiple formats based on the HTTP Accept header.
Accept: text/html or no header. Returns a minimal HTML interface.Accept: application/json. Returns a JSON array of lobby objects.Accept: application/xml. Returns an XML representation of the lobbies.Accept: text/plain. Returns a simple text-based list of lobbies.# For JSON
curl -H "Accept: application/json" https://nertstat.dost.pt/
# For XML
curl -H "Accept: application/xml" https://nertstat.dost.pt/
# For Plain Text
curl -H "Accept: text/plain" https://nertstat.dost.pt/
/classic: This is a "replica" of the NERTS! Online main page./{timestamp}.gif: A dynamically generated image of the current lobby status. Really it works with any "timestamp", since it's just a trick to invalidate caches.