/api/v1/communication-frequencies/{servicedFacility}Student PilotGet Frequencies By Serviced Facility
Gets all communication frequencies for a serviced facility (airport or ATC facility). Returns frequencies including their intended use (e.g., TWR, GND, ATIS, APP, DEP), call signs, operating hours, and sectorization details.
Code Examples
curl \
-H "Ocp-Apim-Subscription-Key: YOUR_API_KEY" \
"https://api.preflightapi.io/api/v1/communication-frequencies/KJFK?limit=25"curl \
-H "Ocp-Apim-Subscription-Key: YOUR_API_KEY" \
"https://api.preflightapi.io/api/v1/communication-frequencies/KJFK?limit=25"Description
The facility identifier is the FAA airport code — typically the ICAO code without the leading "K" prefix (e.g., DFW not KDFW). This corresponds to the ArptId field returned by the Airports endpoint.
GET /api/v1/communication-frequencies/DFW
GET /api/v1/communication-frequencies/AUSReturns paginated results of CommunicationFrequencyDto
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| servicedFacility* | path | string | FAA facility identifier — the FAA airport code without the "K" prefix (e.g., DFW, AUS). Use the ArptId field from the Airports endpoint. |
| cursor | query | string? | Opaque cursor value from a previous response's pagination.nextCursor field. Omit or leave null to start from the first page. |
| limit | query | integer | Maximum number of items to return per page. Minimum 1, maximum 500, default 100. |
Response Schema
Machine-readable error code (e.g., "AIRCRAFT_NOT_FOUND").
Human-readable error message suitable for display.
Additional error details (only included in development environment).
Name of the external service that failed (only included for 503 errors).
Field-level validation errors (only for validation failures).
UTC timestamp when the error occurred.
Correlation ID for tracing the request.
Request path that generated the error.
Machine-readable error code (e.g., "AIRCRAFT_NOT_FOUND").
Human-readable error message suitable for display.
Additional error details (only included in development environment).
Name of the external service that failed (only included for 503 errors).
Field-level validation errors (only for validation failures).
UTC timestamp when the error occurred.
Correlation ID for tracing the request.
Request path that generated the error.