TELEX

get/txcxn/_find

Query parameters

flightstring required

The flight number

Response

All connections matching the query

Example response

{
  "fullMatch": {
    "id": "6571f19e-21f7-4080-b239-c9d649347101",
    "flight": "OS355",
    "trueAltitude": 3500,
    "heading": 250.46,
    "freetextEnabled": true,
    "aircraftType": "A32NX",
    "origin": "KLAX",
    "destination": "KSFO"
  },
  "matches": [
    {
      "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.