This page describes the RESTful API for the server.
GET http://localhost:27010/info
GET
http://localhost:27010/info
This endpoint allows you to get server info.
{ "error":false, "message":"", "servers":[ { "name":"Devel Server | TESTERS ONLY", "players":0, "maxPlayers":128, "pass":false, "host":"159.89.11.170", "port":"8111", "version":"b9e44b7f4a662a9a", "mapname":"freeride" } ] }
Last updated 5 years ago
Was this helpful?