Forum
CS2D General CS2D Serverlist in web browser with API callsCS2D Serverlist in web browser with API calls
24 repliesI've also added the option to request details from multiple servers using a single HTTPS request. For example:
1
https://cs2d-serverlist.erpa.cc/api/83.168.107.24:36963,83.168.107.24:36964
I have enabled CORS, allowing anyone to request the API from any website using pure JavaScript. An example is available on CodePen: View Example.