Back

NWNList API Documentation

This API provides access to Skywing's master server.

http://www.nwnlist.com/

Products

Returns a list of Neverwinter Nights products.

Request (GET):

http://www.nwnlist.com/products

Response:

["NWN1","NWN2"]

Servers

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', ...}]

Count

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"]

Register

Registers an active Neverwinter Nights server with Skywing's master server.

Coming soon.