geographicaviationairportsflightsroutestransportationairlinesconnectivitygeographyeconomicsglobal

Global Flight Routes & Airport Connectivity Network

Category
Geographic
Records
66,771 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

About this data

Comprehensive dataset of 66,771 commercial flight routes connecting 3,214 airports across 225 countries, enriched with airline data, geographic coordinates, route distances, and country-level economic indicators. ## Sources - **OpenFlights**: Airport locations, airline information, and route data for all commercial airlines worldwide - **World Bank**: Country-level population (2023), GDP per capita (2023), and air passenger volume (2022) ## Key Features - Route-level detail: origin/destination airports, airline, distance (km), equipment type - Distance classification: short-haul (<500km), medium-haul, long-haul, ultra-long-haul (>4000km) - Domestic vs international and intercontinental route flags - Country-level economic context: population, GDP per capita, air passenger volumes - Continental and timezone coverage for all airports ## Coverage - 66,771 routes | 546 airlines | 3,214 airports | 225 countries - Distance distribution: 12K short-haul, 28K medium-haul, 20K long-haul, 7K ultra-long-haul - Intercontinental routes: 9,479 ## Use Cases - Aviation network analysis and hub identification - Route optimization and market gap analysis - Economic corridor mapping between countries - Geographic accessibility studies - Airline competitive landscape analysis

Schema

NameTypeDescription
route_idstring
airline_codestring
airline_namestring
airline_countrystring
airline_activestring
source_airport_codestring
source_airport_namestring
source_citystring
source_countrystring
source_continentstring
source_latitudestring
source_longitudestring
dest_airport_codestring
dest_airport_namestring
dest_citystring
dest_countrystring
dest_continentstring
dest_latitudestring
dest_longitudestring
distance_kmstring
distance_classstring
is_codesharestring
stopsstring
equipmentstring
is_domesticstring
is_intercontinentalstring
source_country_populationstring
source_country_gdp_per_capitastring
dest_country_populationstring
dest_country_gdp_per_capitastring

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: 5 / 5
0 downloads
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "Global Flight Routes & Airport" })
// Found: 71f62319-b8c7-42f1-be03-c7eb69308335
get_download_url({ dataset_id: "71f62319-b8c7-42f1-be03-c7eb69308335" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/71f62319-b8c7-42f1-be03-c7eb69308335/download-url