This API provides access to Skywing's master server.
http://www.nwnlist.com/
Returns a list of Neverwinter Nights products.
Request (GET):
http://www.nwnlist.com/products
Response:
["NWN1","NWN2"]
Returns a list of active servers given a product.
Request (GET):
http://www.nwnlist.com/servers/NWN2
Response:
[{server_name: 'Example Neverwinter Nights 2 Server', ...}]
Returns a count (as a string, sorry) of how many people are playing given a product.
Request (GET):
http://www.nwnlist.com/count/NWN1
Response:
["924"]
Registers an active Neverwinter Nights server with Skywing's master server.
Coming soon.