NAVAIDs
GET/api/v1/navaids/type/{type}Commercial Pilot

Get By Type

Gets a paginated list of navaids filtered by facility type.

Code Examples

curl \
  -H "Ocp-Apim-Subscription-Key: YOUR_API_KEY" \
  "https://api.preflightapi.io/api/v1/navaids/type/value?limit=25"

Description

GET /api/v1/navaids/type/Vor — all VOR facilities
GET /api/v1/navaids/type/Vortac — all VORTAC facilities
GET /api/v1/navaids/type/NdbDme — all NDB/DME facilities

Returns paginated results of NavaidDto

Parameters

NameInTypeDescription
type*pathNavaidTypeNAVAID facility type enum value
ConsolanDmeFanMarkerMarineNdbMarineNdbDmeNdbNdbDmeTacanUhfNdbVorVortacVorDmeVot
cursorquerystring?Opaque cursor value from a previous response's pagination.nextCursor field. Omit or leave null to start from the first page.
limitqueryintegerMaximum number of items to return per page. Minimum 1, maximum 500, default 100.

Response Schema

200Returns the navaidsPaginatedResponseOfNavaidDto

Search Documentation

Search docs, endpoints, and schemas