Retrieves a list of SCP:SL servers with powerful filtering capabilities. You can filter by any server property by simply adding it as a query parameter (e.g., isoCode=US, modded=true).
Comma-separated list of server object fields to include in the response. If omitted, all fields are returned.
serverId, accountId, ip, port, players, distance, info, pastebin, version, privateBeta, friendlyFire, modded, modFlags, whitelist, isoCode, continentCode, latitude, longitude, official, officialCode, displaySection, _distanceFromClient, _currentPlayers, _maxPlayers Maximum number of server results to return. Use this parameter to reduce response size and improve performance for large datasets.
1 <= x <= 1000Field to sort results by. Use distance to sort by distance from your location or playersto sort by current player count (most populated first).
distance, players Filter servers to show only those with at least this many current players
x >= 0Filter servers to show only those with at most this many current players
x >= 0Filter servers by country using ISO 3166-1 alpha-2 code
Filter servers by modded status
Filter servers by friendly fire setting
Filter servers by whitelist status
Filter servers by official status label
REGIONAL OFFICIAL, LOCAL OFFICIAL Filter servers by continent code
Filter servers by private beta status
A list of servers matching the criteria.
Unique identifier for the server
87680
Account ID of the server owner
19126
IPv4 address of the server
"207.174.43.245"
Port number to connect to the server
7783
Current players / Max players
"15/25"
Original distance metric from source API
2180
Base64 encoded server name/description with Unity Rich Text
"PGNvbG9y..."
Pastebin ID for server rules or additional information
"GmHsVgPG"
Game version running on the server
"14.1.0-release-beta-bab40c71"
Whether the server is running a private beta version
false
Whether friendly fire is enabled on the server
false
Whether the server is running mods
true
Bit flags indicating which mods are running
0
Whether the server requires whitelist to join
false
ISO 3166-1 alpha-2 country code of server location
"CA"
Two-letter continent code of server location
"NA"
Geographic latitude of server location
45.499
Geographic longitude of server location
-73.585
Official status label of the server
"REGIONAL OFFICIAL"
Numeric code indicating official status level
2
Section where server should be displayed in the game UI
1
Calculated distance in kilometers from client IP (present only if sorted by distance & requested)
150.7
Extracted current player count (present only if explicitly requested)
15
Extracted maximum player capacity (present only if explicitly requested)
25