List on-network FSD servers
GET/vatsim-servers.json
Returns a list of all on-network FSD servers.
Request
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
- Live servers
Schema
- Array [
- ]
ident string
Server ident
hostname_or_ip string
Server hostname or IP address
location string
Human-readable geographical location of this server
name string
Human-readable name of this server
clients_connection_allowed integerdeprecated
Whether this server is accepting connections
client_connections_allowed boolean
Whether this server is accepting connections
is_sweatbox boolean
Whether this server is in sweatbox mode
[
{
"ident": "USA-EAST",
"hostname_or_ip": "192.0.2.10",
"location": "New York, USA",
"name": "USA-EAST",
"client_connections_allowed": true,
"is_sweatbox": false
}
]
[
{
"ident": "USA-EAST",
"hostname_or_ip": "192.0.2.10",
"location": "New York, USA",
"name": "USA-EAST",
"clients_connection_allowed": 1,
"client_connections_allowed": true,
"is_sweatbox": false
}
]
Loading...