Airport Schedule & Flight Info
Real-time flight data API for 4000+ airports worldwide with departures, arrivals, and flight status tracking. Get live flight schedules, gate information, delays, and baggage details with sub-second response times. Covers major hubs (JFK, LAX, LHR, DXB) and 500+ airlines including American, Delta, United, Emirates. Perfect for travel apps, booking platforms, and airport information systems.…
Airport Schedule & Flight Info endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
root__get / |
SkyLink Flight API |
| GET |
get_departures_api_v1_departures__iata_code__get /api/v1/departures/{iata_code} |
Get departure flights for an airport. - **iata_code**: 3-letter airport code (JFK, LAX, LHR) |
| GET |
get_arrivals_api_v1_arrivals__iata_code__get /api/v1/arrivals/{iata_code} |
Get arrival flights for an airport. - **iata_code**: 3-letter airport code (JFK, LAX, LHR) |
| GET |
get_flight_status_api_v1_flight_status__flight_code__get /api/v1/flight-status/{flight_code} |
Get flight status and tracking information. - **flight_code**: Flight number (AA1234, BA456, EK789) |
| GET |
health_check_health_get /health |
Health check |