server Post
fun serverPost(search: String, countryFilter: List<String>, hideEmptyServer: Boolean = true, hideFullServer: Boolean = true, friendlyFire: Boolean = true, whitelist: Boolean = true, modded: Boolean = true, sort: String = "PLAYERS_DESC"): ScpListServers?(source)
Endpoint for getting information about al servers
Endpoint: /api/servers
Return
the ScpListServers
Parameters
search
the search quote
country Filter
what countries to filter
hide Empty Server
hide empty servers?
hide Full Server
hide full servers?
friendly Fire
show friendly fire servers
whitelist
show whitelisted servers?
modded
show modded servers?
sort
how to sort?
Throws
inherited from ScpListException