Skip to main content

Get user connections

GET 

/users/info

Returns the current connections for the specified user.

The response is a CSV file with the following fields:

  • VATSIM ID
  • Callsign
  • Facility type (pilot or atc)
  • Frequency (empty for pilots)
  • Visual range (empty for pilots)
  • Latitude
  • Longitude
  • Secondary positions
    (four or more lat/lon pairs, if set by the controller)
  • Trailing comma

Request

Query Parameters

    cid integerrequired

    VATSIM ID of the user

    Example: 1234567

Responses

Successful operation

Schema
  • string

    CSV of the specified user's connections

Loading...