Skip to main content

List on-network FSD servers

GET 

/vatsim-servers.json

Returns a list of all on-network FSD servers.

Request

Responses

Successful operation

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

  • ]
Loading...