Today we’re proud to announce the release of WoS API v0.1.
This is a huge release. It contains some massive behind-the-scenes changes which will really improve the development experience of WoS.
📣The release
We’ve released the WoS API publicly, but you’d first need to get your hands on a API Key to use it.
To obtain an API Key, follow this post
Endpoints
Firstly, all endpoints start with https://api.wos.itsneil.tech (API URL). There is no certain documentation to follow, but you can use our Postman workspace to check the endpoints (for now). Click here to View Postman Workspace.
All the get and post requests should have the query param key
set to your API Key. (We will be changing this to headers soon)
/get_player
- Get information about your WoS Player.
/get_alliance
- Get information about your Alliance.
/market/list
- List the market buy/sell orders of a certain item.
/recruit
- Recruit Troops.
/alliance/edit_name
- Edit your alliance name
/alliance/edit_limit
- Edit user limit
This is not a documentation of any sorts for endpoints, please view our Postman Workspace for documentation. We will be publishing API Docs soon.