Skip to main content
GET
/
api
/
flights
/
sectors
Search Sectors (Airports)
curl --request GET \
  --url http://localhost:8080/api/flights/sectors
{
  "success": true,
  "data": [
    {
      "code": "<string>",
      "city": "<string>",
      "name": "<string>"
    }
  ]
}

Query Parameters

q
string
required

Response

200 - application/json

List of matching sectors

success
boolean
data
object[]