TELEX

get/txcxn

Query parameters

{"stackTrail":"paths:/txcxn:get:parameters:0:schema","oasType":"schema","type":"unknown"}

Longitude for the west edge of the bounding box

{"stackTrail":"paths:/txcxn:get:parameters:1:schema","oasType":"schema","type":"unknown"}

Latitude for the south edge of the bounding box

{"stackTrail":"paths:/txcxn:get:parameters:2:schema","oasType":"schema","type":"unknown"}

Longitude for the east edge of the bounding box

{"stackTrail":"paths:/txcxn:get:parameters:3:schema","oasType":"schema","type":"unknown"}

Latitude for the north edge of the bounding box

{"stackTrail":"paths:/txcxn:get:parameters:4:schema","oasType":"schema","type":"unknown"}

The number of connections to skip

{"stackTrail":"paths:/txcxn:get:parameters:5:schema","oasType":"schema","type":"unknown"}

The number of connections to take

Response

The paginated list of connections

countnumber required

Amount of connections returned

totalnumber required

The number of total active connections in the boundary

Example response

{
  "results": [
    {
      "id": "6571f19e-21f7-4080-b239-c9d649347101",
      "flight": "OS355",
      "trueAltitude": 3500,
      "heading": 250.46,
      "freetextEnabled": true,
      "aircraftType": "A32NX",
      "origin": "KLAX",
      "destination": "KSFO"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.