/api/v1/chart-supplements/{icaoCodeOrIdent}Commercial PilotGet Chart Supplements
Gets time-limited pre-signed URLs for all chart supplement pages for an airport. Multi-page supplements will have one URL per page. The URLs expire after a limited period; request new URLs if they have expired.
Code Examples
curl \
-H "Ocp-Apim-Subscription-Key: YOUR_API_KEY" \
"https://api.preflightapi.io/api/v1/chart-supplements/KJFK"curl \
-H "Ocp-Apim-Subscription-Key: YOUR_API_KEY" \
"https://api.preflightapi.io/api/v1/chart-supplements/KJFK"Description
Returns the airport's ICAO code, name, and a list of page URLs.
GET /api/v1/chart-supplements/KDFW
GET /api/v1/chart-supplements/DFWParameters
| Name | In | Type | Description |
|---|---|---|---|
| icaoCodeOrIdent* | path | string | ICAO code or FAA identifier (e.g., KDFW, DFW). Case-insensitive. |
Response Schema
Official airport name.
City the airport is associated with.
Airport ICAO code or FAA identifier used to query this data.
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.