Airport Database
# SkyLink Airport Database API ## 🛫 Comprehensive Airport Data at Your Fingertips Get instant access to enriched airport information from multiple international aviation databases. Perfect for travel apps, flight tracking services, aviation tools, and logistics platforms. ### ✨ Key Features **🔍 Dual Code Lookup** - Search by IATA (3-letter) or ICAO (4-letter) codes - Works with major…
Airport Database endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
root__get / |
Health check endpoint |
| GET |
health_check_health_get /health |
Health check endpoint |
| GET |
get_airport_airport__code__get /airport/{code} |
Get enriched airport data by IATA or ICAO code - **code**: Either a 3-letter IATA code (e.g., 'LAX') or 4-letter ICAO code (e.g., 'KLAX') Returns comprehensive airport… |